Restart javascript animation after user presses Back button

Restart javascript animation after user presses Back button

I have a javascript animation built with animate()

Whenever the page is reloaded, it is playing correctly, the problem is when the user navigates away from that page and the presses the Back button to go back to the previous page with the animation. The animation does not play again, it just shows the last state (probably because it's cached/in history?).

Is there any way to restart the animation after the user presses the Back button?