css3-transitions/Overview.src.html

changeset 7516
05f1ef63bcaf
parent 7471
f8b37ab72b99
child 7810
9d38acef4dfc
     1.1 --- a/css3-transitions/Overview.src.html	Wed Feb 20 16:36:53 2013 -0800
     1.2 +++ b/css3-transitions/Overview.src.html	Wed Feb 20 20:10:21 2013 -0800
     1.3 @@ -870,6 +870,11 @@
     1.4          'transition-timing-function', and 'transition-delay' properties
     1.5          at the time the animatable property would first have its new
     1.6          computed value.
     1.7 +        This means that when one of these 'transition-*' properties
     1.8 +        changes at the same time as
     1.9 +        a property whose change might transition,
    1.10 +        it is the <em>new</em> values of the 'transition-*' properties
    1.11 +        that control the transition.
    1.12        </p>
    1.13        <div class="example" id="manual-reversing-example">
    1.14          <p style="display:none">

mercurial