css3-transitions/Overview.src.html

changeset 7321
6df1fa9cbeec
parent 7320
92a2de64d3d1
child 7322
294640461582
     1.1 --- a/css3-transitions/Overview.src.html	Mon Feb 04 22:52:09 2013 -0700
     1.2 +++ b/css3-transitions/Overview.src.html	Mon Feb 04 22:54:31 2013 -0700
     1.3 @@ -1256,7 +1256,7 @@
     1.4            between: gradient to gradient and color to color. They then
     1.5            work as above.
     1.6          </li>
     1.7 -        <li>
     1.8 +        <li id="animtype-list">
     1.9            <strong>list of above types</strong>: If the lists have the
    1.10            same number of items, each item in the list is interpolated using the
    1.11            rules above. Otherwise the interpolation is determined by the property
    1.12 @@ -1505,7 +1505,7 @@
    1.13           <td>stroke</td><td><a href="#animtype-paintserver">paint server</a></td>
    1.14         </tr>
    1.15         <tr>
    1.16 -         <td>stroke-dasharray</td><td>list of <a href="#animtype-number">number</a></td>
    1.17 +         <td>stroke-dasharray</td><td><a href="#animtype-list">list</a> of <a href="#animtype-number">number</a></td>
    1.18         </tr>
    1.19         <tr>
    1.20           <td>stroke-dashoffset</td><td><a href="#animtype-number">number</a></td>

mercurial