Restart Gif when scroll into view

Hello,
I would like to restart a gif from the beginning when I scroll down and come back into view.

So for exemple, my page load, the animation start → I scroll down → when I come back to the top of the page, the gif reset.

thanks :slight_smile:

Hey, almost certain you’ll need Jquery or Javascript to capture and identify the scroll event on the page.
Here’s a few examples:


https://stackoverflow.com/questions/33187211/wow-js-repeat-animation-every-time-you-scroll-up-or-down

1 Like

@anyone So repeating a Scroll Into View animation every time a user scrolls down, back up to the top, then down again is not possible in Webflow without custom code?

As in, once a Scroll Into View animation has been triggered it can’t be triggered a second time?