css-transitions/Overview.src.html

changeset 14856
8931f3425da7
parent 14855
64c81e044bc7
child 14968
9743a0298965
     1.1 --- a/css-transitions/Overview.src.html	Tue Dec 09 23:20:52 2014 -0800
     1.2 +++ b/css-transitions/Overview.src.html	Tue Dec 09 23:22:41 2014 -0800
     1.3 @@ -1214,7 +1214,7 @@
     1.4          <p>
     1.5            Note that the above rules mean that
     1.6            when the computed value of an animatable property changes,
     1.7 -          the transitions that starte are based on the
     1.8 +          the transitions that start are based on the
     1.9            values of the 'transition-property', 'transition-duration',
    1.10            'transition-timing-function', and 'transition-delay' properties
    1.11            at the time the animatable property would first have its new
    1.12 @@ -1916,7 +1916,7 @@
    1.13  dated 19 November 2013</a>:</p>
    1.14  
    1.15  <ul>
    1.16 -  <li>Canceling and interrupting of running transitions is defined much more precisely.  This involved introducing the new concept of <span>after-transition style</span>, which also means that the <span>after-change style</span> is no longer a tree of style at a single point in time (since the transition computation on a parent element depends on the after-change style for that parent, but is requied prior to computing the after-change style for its children).</p>
    1.17 +  <li>Canceling and interrupting of running transitions is defined much more precisely.  This involved introducing the new concept of <span>after-transition style</span>, which also means that the <span>after-change style</span> is no longer a tree of style at a single point in time (since the transition computation on a parent element depends on the after-change style for that parent, but is required prior to computing the after-change style for its children).</p>
    1.18    <li>Completion of transitions is defined somewhat more precisely.</p>
    1.19    <li>The transitionend event is no longer cancelable.  This is since it has no default action, so canceling it would have no meaning.  It also matches the animation events.</p>
    1.20    <li>The interpolation of ''inset'' values on shadow lists is no longer backwards.</p>

mercurial