I am trying to achieve animate SVG elements by adding dynamic DOMs for my animation using jQuery. I am creating a DOM with JS, so there are no elements on this HTML page for this animation. When I add it dynamically, the animation does not start in Chrome (16), however it works with FF (8)
The animation would be perfect - I remove the dynamic doms that are generated using JS and put them in the HTML page.
I created a fiddle for her at: http://jsfiddle.net/cjP6K/7/
where I put one svg dom static in an HTML page, then I cloned this element from jQuery to a finished document, In this scene, which was added later with JS, there will be no Animation at all !! (this works with FF)
Please, help...
Thanks Chetan.
html5 html5-animation svg
Chetan
source share