Hello, I already found a post from 2023 that found a solution for this issue which isn’t working anymore.
I added a animation on my website which should always trigger when reloaded, since it is building of elements from the main page.
I don’t know why, but this animation, which is set on “Load” is only appearing once and then never again when switching between pages.
That’s the whole idea behind this; elements that animate on Load will only get triggered via the project’s initial load.
In your case, I would consider forcing the page to reload so things get back to the initial state. You can do this by adding full URL links: for example, if your page logo/name directs to the home page, the link for this element can be https://mysite.com, this way, when someone clicks it, the whole project is reloaded—including animations.