is there a way to make an animated gif play from the beginning?

are you trying to modify the URL without reloading to “fool” the browser? if so, this may work:

window.history.pushState( , , 'level1-2.html');

it uses the History API

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top