css3-transitions/Overview.src.html

changeset 5542
7116a6e2728b
parent 5386
d1e073d37aa1
child 5759
b3604b95bdd2
     1.1 --- a/css3-transitions/Overview.src.html	Fri Apr 20 10:48:00 2012 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Fri Apr 20 15:47:11 2012 -0300
     1.3 @@ -800,15 +800,17 @@
     1.4          must start transitions based on the relevant item (see <a
     1.5          href="#transition-property">the definition of
     1.6          'transition-property'</a>) in the computed value of
     1.7 -        'transition-property'.  Corresponding to this item there are
     1.8 -        values of 'transition-duration' and 'transition-delay' (see <a
     1.9 -        href="#list-matching">the rules on matching lists</a>).  Define
    1.10 -        the <dfn>combined duration</dfn> of the transition as the sum of
    1.11 -        max('transition-duration', '0s') and 'transition-delay'.  When
    1.12 -        the combined duration is greater than '0s', then a transition
    1.13 -        starts based on the values of 'transition-duration',
    1.14 -        'transition-delay', and 'transition-timing-function'; in other
    1.15 -        cases transitions do not occur.
    1.16 +        'transition-property'.
    1.17 +        Corresponding to this item there are
    1.18 +        computed values of 'transition-duration' and 'transition-delay'
    1.19 +        (see <a href="#list-matching">the rules on matching lists</a>).
    1.20 +        Define the <dfn>combined duration</dfn> of the transition
    1.21 +        as the sum of max('transition-duration', '0s') and 'transition-delay'.
    1.22 +        When the combined duration is greater than '0s',
    1.23 +        then a transition starts based on the values of
    1.24 +        'transition-duration', 'transition-delay',
    1.25 +        and 'transition-timing-function';
    1.26 +        in other cases transitions do not occur.
    1.27        </p>
    1.28  
    1.29        <p>

mercurial