I have a jQuery
function, that produces an animation when my index.html
is loaded.
I would like this animation to happen only once. If you go on an other page, then come back on the index.html
, the animation should not happen.
But I would also like that when the index page is refresh, the animation is displayed.
I don't know if you get it... Anyway thanks !