css3-transitions/Overview.src.html

changeset 7320
92a2de64d3d1
parent 7319
7f836a81efc4
child 7321
6df1fa9cbeec
     1.1 --- a/css3-transitions/Overview.src.html	Mon Feb 04 22:47:16 2013 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Mon Feb 04 22:52:09 2013 -0700
     1.3 @@ -1266,16 +1266,15 @@
     1.4            the property does not allow extending its list, then no interpolation
     1.5            will occur.
     1.6          </li>
     1.7 -        <li>
     1.8 -          <strong>a shorthand property</strong>: If any part of a
     1.9 -          shorthand can be animated, then interpolation is performed as
    1.10 -          if those animatable properties were individually specified.
    1.11 -        </li>
    1.12        </ul>
    1.13  
    1.14        <p>Future specifications may define additional types that can
    1.15        be animated.</p>
    1.16  
    1.17 +      <p>See the definition of 'transition-property' for how animation
    1.18 +      of shorthand properties and the ''all'' value is applied to any
    1.19 +      properties (in the shorthand) that can be animated.</p>
    1.20 +
    1.21        <h2 id="animatable-properties"><a id="animatable-properties-">
    1.22          Animatable properties
    1.23        </a></h2>

mercurial