SVG path animation access data in firefox not working
问题 I have created a Hourglass animation with SVG. It works fine in chrome && opera, but has some issues on firefox. The Hourglass could be paused and then later on resumed. Now in chrome/opera I can read the current value of d and then to apply it for the animation element on resume, but in firefox the attribute isn't being updated and therefor I can't assign the current attribute value to the resumed element. I tried: Using the Element.animate() API but it is also not changing the current value