I have an SVG set as a background image of an element. The first time the element is displayed, the animation plays correctly.
On subsequent displays (e.g. if a dupl
As @netsurfer said, I solved this issue by using an object. Here is an example:
object
<object type="image/svg+xml" data="my.svg"></object>
Every time I dynamically inject the SVG object the animation starts from the beginning.