Javascript – How to play video till one point and move to another frame in React
I have a React project where I'm having a slider between 0 and 700 and depending on which step is chosen it gets value between 1 and 8 (so 700 is obviously 8). <div className={styles.slider_container}> <input type='range' className={styles.slider} step={100} min={0}…