I use elt.beginElementAt(-5)
on SVG animation with dur="10s", it's worked in 5s, normal.
BUT if at the end of an animation (i.e. at 5 seconds after launch elt.beginElementAt(-5)
cmd) I want to trigger it again, It doesn't work!
I have to wait for the "truth" duration (10s in this example), to be able to restart the animation. Nothing happens if I try between 5s and 10s after my first elt.beginElementAt(-5)
command...
So, how to reset the timer? How to ignore the "normal" duration?
Thanks.
To have SVG start and reset functions work together, set the fill attribute.