Confirmed users
220
edits
| Line 2: | Line 2: | ||
Ideally, Web Animations is a higher level api that built on top of css animations, css transitions, svg, and video playback control. | Ideally, Web Animations is a higher level api that built on top of css animations, css transitions, svg, and video playback control. | ||
One of the goal of Web Animations is to provide an unified | One of the goal of Web Animations is to provide an unified interface for animations, so that users can create or control playbacks of css-animations, css-transitions, svg-animations and videos in a more consolidated way. | ||
In our gecko code base, CSS-Animations/Transitions already share some code, and are duplicating some computing works here and there. As the first step towards implementing Web Animations, we want to unify some code use for animations and transitions. | In our gecko code base, CSS-Animations/Transitions already share some code, and are duplicating some computing works here and there. As the first step towards implementing Web Animations, we want to unify some code use for animations and transitions. | ||