Hi everyone,   I'm trying to play a short video clip on mouseover and play it reverse on mouseout:   mouseover: video.play() mouseout: video.playReverse()   As there is currently no native function for playing a video reverse, I tried it with setInterval by manipulating currentTime, but this solution is not smooth enough. Is there a smooth solution with GSAP to play a video backwards?