User:Shellylin/CSS Animations and Transitions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
=== nsTransitionManager.h === | === nsTransitionManager.h === | ||
=== nsAnimationManager.h === | === nsAnimationManager.h === | ||
== What | == What's Next == |
Revision as of 14:06, 18 October 2013
Goal and Purpose
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.
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.
Before that, here’s a brief overview in terms of the structure of animation manager.