Hi @manast. GSAP animations are far more dynamic than video playback - it's not as simplistic as "play and pause". The playhead can move in all sorts of ways:  Obviously normal play()/pause() Set the progress() or totalProgress() Set time() or totalTime() seek() Adjust the timeScale() so it'll play much faster or slower reverse() Adjust any of the above on an animation's PARENT (or any ancestor) which would automatically trickle down to affect th
    • Like
    1