We have a web-page that starts with some animation: coara
For performance and SEO reasons we normally pre-render our pagees into a static HTML using Angular Universal.
Problem here: The animation re-starts when the DOM is replaced by the Angular code. Is there a way to avoid this, or to wait with DOM replacement until the animation has finished (and not start it again)?