I’ve noticed that there is fragmentation around the animation support in HTML5. I was just wondering whether there has been anything to try and solve this?
For instance this demo here,
http://www.webkit.org/blog-files/3d-transforms/transform-style.html
Specifies transforms specific to webkit. That means it works on Chrome, Android (with the stock browser), iOS (also with the stock browser).
It does not work on IE, Firefox, Opera Mobile, etc.
Also I notice that my Android 2.3.5 does not show the animation correctly on that demo.
Firefox have released their own animations too.
I come from a silverlight background where our applications have quite a lot of animation. I want to move to HTML5, but this could be a problem.