css3-animations/Overview.src.html

changeset 7138
cd5d3bd0c3f4
parent 6815
39dafac3efc5
child 7140
f661fd2d5fbe
     1.1 --- a/css3-animations/Overview.src.html	Mon Dec 17 02:37:36 2012 -0800
     1.2 +++ b/css3-animations/Overview.src.html	Mon Dec 17 14:40:08 2012 -0800
     1.3 @@ -588,7 +588,7 @@
     1.4  			<td><dfn>animation-timing-function</dfn>
     1.5  		<tr>
     1.6  			<th><a href="#values">Value</a>:
     1.7 -			<td><span>&lt;single-animation-timing-function&gt;</span> [ ',' <span>&lt;single-animation-timing-function&gt;</span> ]*
     1.8 +			<td><span>&lt;single-timing-function&gt;</span> [ ',' <span>&lt;single-timing-function&gt;</span> ]*
     1.9  		<tr>
    1.10  			<th>Initial:
    1.11  			<td>''ease''
    1.12 @@ -615,14 +615,7 @@
    1.13  			<td><abbr title="follows order of property value definition">per grammar</abbr>
    1.14  	</table>
    1.15  
    1.16 -	<div class="prod">
    1.17 -		<dfn id="single-animation-timing-function">&lt;single-animation-timing-function&gt;</dfn> =
    1.18 -						ease | linear | ease-in | ease-out | ease-in-out |
    1.19 -						step-start | step-end | 
    1.20 -						steps(&lt;number&gt; [, [ start | end ] ]?) |
    1.21 -						cubic-bezier(&lt;number&gt;, &lt;number&gt;, &lt;number&gt;,
    1.22 -						&lt;number&gt;) 
    1.23 -	</div>
    1.24 +	<p>All the valid values of ''&lt;single-timing-function&gt;'' are defined by the 'transition-timing-function' property [[!CSS3-TRANSITIONS]].</p>
    1.25  
    1.26  	<p>
    1.27  		For a keyframed animation, 

mercurial