Changes between Version 4 and Version 5 of Transforms-Transitions-Animations


Ignore:
Timestamp:
Apr 12, 2010 1:37:28 PM (14 years ago)
Author:
Simon Fraser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Transforms-Transitions-Animations

    v4 v5  
    33== 2D transforms ==
    44 * 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
    511
    612== 3D transforms ==
    713 * 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
    822
    923= CSS Transitions =
    1024 * http://dev.w3.org/csswg/css3-transitions/
     25 * Supported in WebKit, Firefox, Opera
    1126
    1227= CSS Animations =
    1328 * http://dev.w3.org/csswg/css3-animations/
     29 * Supported in WebKit