I'm building a web application using Angular. For SEO purposes I have implemented SSR (Angular Universal).
Problem: When the application is fetched from the server various animations are played. A few seconds after (when browser rendering is complete and browser takes over) the same animations are played again.
This looks awful.
The animations in question are ScrollReveal and animate.css
Question: How can I prevent animations from being played a second time when browser rendering is complete?