Changes between Version 5 and Version 6 of Transforms-Transitions-Animations
- Timestamp:
- Apr 12, 2010, 1:39:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Transforms-Transitions-Animations
v5 v6 18 18 ** Coordinate conversion and hit testing implemented in software 19 19 ** Rendering poorly specified 20 21 20 ** Implemented via GraphicsLayer 22 21 23 22 = CSS Transitions = 24 23 * http://dev.w3.org/csswg/css3-transitions/ 25 24 * Supported in WebKit, Firefox, Opera 25 * Details 26 ** Interpolation when properties change 27 ** Implemented via AnimationController, KeyframeAnimation 28 ** Glue to offload some animations to GraphicsLayer 26 29 27 30 = CSS Animations = 28 31 * http://dev.w3.org/csswg/css3-animations/ 29 32 * Supported in WebKit 33 ** Explicit animation 34 ** Implemented via AnimationController, ImplicitAnimation