Changes between Version 4 and Version 5 of Transforms-Transitions-Animations
- Timestamp:
- Apr 12, 2010, 1:37:28 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Transforms-Transitions-Animations
v4 v5 3 3 == 2D transforms == 4 4 * http://dev.w3.org/csswg/css3-2d-transforms/ 5 * Supported in WebKit, Firefox, Opera 6 * Implemented via GraphicsContext 7 * Details: 8 ** Rendering and coordinate code should not assume elements are screen-aligned 9 ** coordinate conversion (RenderObject::localToAbsolute*) 10 ** implemented via RenderLayers 5 11 6 12 == 3D transforms == 7 13 * http://dev.w3.org/csswg/css3-3d-transforms/ 14 * Supported in WebKit (on certain platforms) 15 * Details 16 ** 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 21 8 22 9 23 = CSS Transitions = 10 24 * http://dev.w3.org/csswg/css3-transitions/ 25 * Supported in WebKit, Firefox, Opera 11 26 12 27 = CSS Animations = 13 28 * http://dev.w3.org/csswg/css3-animations/ 29 * Supported in WebKit