Next, we introduce several tools for making HTML5 animations, which can be divided into several categories:
1. Export Canvas Animations:
Flash CC (13.1), Animation, Radi
2. Export DIV+CSS3 Animation:
HTML5 Maker, Edge Animation, tumult Hype, Nodefire
3. Exporting SVG animations:
Hippo
Basically all the tools exported animations rely on a separate JS library, which is used to parse the data and show the animation. And two of the tools (Radi and Hippo) are more prominent, they do not rely on the independent JS Library, but the need for the most streamlined JS directly embedded into the HTML, this practice reduces the initial load of the file. This implementation is good for small-scale animations.
First one of the best HTML5 made the HTML5 animation tool Town building.
Because there are too many pictures, I do not bother to map, interested friends directly download my collation of the Doc Bar.
Directly on the Doc:http://files.cnblogs.com/kenkofox/html5%e5%8a%a8%e7%94%bb%e5%b7%a5%e5%85%b7.zip
============================================================================
In addition to all the above editor, but also have to mention two more good JS library, for the Auxiliary Action system:
Createjs:http://www.createjs.com/#!/createjs
gsap-js:http://www.greensock.com/gsap-js/
Createjs is used by Adobe CC to export HTML5 animations, and Gsap's creator Greensock has always been a leader in the Flash animation industry. Specific usage is not described here in detail, we are interested to click the link to see.
============================================================================