Hey all,

I am working on an SVG app but I have a problem. SVG animations are really slow 
on devices, CSS transitions on the other hand seem to work really well. On 
devices like the iPad I think CSS transitions are hardware accelerated.

I tried to use CSS transitions on SVG elements but it did not seem to work. I 
tried svgElem.style.webkitTransition = ... and svgElem.setAttribute("style", 
"-webkit-transition...");

Is it possible to use CSS animations on SVG elements? If not are there any good 
techniques to improve the performance/framerate of SVG animations for devices?

Thanks,
Darren
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to