Changes between Version 6 and Version 7 of Transforms-Transitions-Animations
- Timestamp:
- Apr 12, 2010, 1:40:17 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Transforms-Transitions-Animations
v6 v7 6 6 * Implemented via GraphicsContext 7 7 * Details: 8 ** Rendering and coordinate code should not assume elements are screen-aligned9 ** coordinate conversion (RenderObject::localToAbsolute*)10 ** implemented via RenderLayers8 * Rendering and coordinate code should not assume elements are screen-aligned 9 * coordinate conversion (RenderObject::localToAbsolute*) 10 * implemented via RenderLayers 11 11 12 12 == 3D transforms == … … 14 14 * Supported in WebKit (on certain platforms) 15 15 * Details 16 ** Extension of 2d transforms17 ** Requires platform-suppored 3d-rendering capability (ACCELERATED_COMPOSITING)18 ** Coordinate conversion and hit testing implemented in software19 ** Rendering poorly specified20 ** Implemented via GraphicsLayer16 * Extension of 2d transforms 17 * Requires platform-suppored 3d-rendering capability (ACCELERATED_COMPOSITING) 18 * Coordinate conversion and hit testing implemented in software 19 * Rendering poorly specified 20 * Implemented via GraphicsLayer 21 21 22 22 = CSS Transitions = … … 24 24 * Supported in WebKit, Firefox, Opera 25 25 * Details 26 ** Interpolation when properties change27 ** Implemented via AnimationController, KeyframeAnimation28 ** Glue to offload some animations to GraphicsLayer26 * Interpolation when properties change 27 * Implemented via AnimationController, KeyframeAnimation 28 * Glue to offload some animations to GraphicsLayer 29 29 30 30 = CSS Animations = 31 31 * http://dev.w3.org/csswg/css3-animations/ 32 32 * Supported in WebKit 33 ** Explicit animation34 ** Implemented via AnimationController, ImplicitAnimation33 * Explicit animation 34 * Implemented via AnimationController, ImplicitAnimation