User:Shellylin/CSS Animations and Transitions: Difference between revisions

Jump to navigation Jump to search
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 animation interface, so that users can develop/control playbacks of css-animation, css-transition, svg-animation and video in a more consolidated way.
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.
Confirmed users
220

edits

Navigation menu