I am just looking for a way to reload the animation on demand, but without refreshing the HTML page (that is no window.location.reload() JS method), say with a simple click on a button. A direct application would be a game restart button.
It is probably something that might be useful to a lot of people.