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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Transforms-Transitions-Animations

    v5 v6  
    1818 ** Coordinate conversion and hit testing implemented in software
    1919 ** Rendering poorly specified
    20 
    21 
     20 ** Implemented via GraphicsLayer
    2221
    2322= CSS Transitions =
    2423 * http://dev.w3.org/csswg/css3-transitions/
    2524 * 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
    2629
    2730= CSS Animations =
    2831 * http://dev.w3.org/csswg/css3-animations/
    2932 * Supported in WebKit
     33 ** Explicit animation
     34 ** Implemented via AnimationController, ImplicitAnimation