css3-animations/Overview.src.html

changeset 6222
cd865eec928e
parent 6220
94142ede215c
child 6384
b7f2a99e335d
     1.1 --- a/css3-animations/Overview.src.html	Thu Jul 12 14:42:27 2012 -0700
     1.2 +++ b/css3-animations/Overview.src.html	Thu Jul 12 14:50:44 2012 -0700
     1.3 @@ -547,14 +547,14 @@
     1.4  
     1.5  	<p>
     1.6  		The initial value is ''0s'', 
     1.7 -		meaning that the animation takes no time. 
     1.8 -		A negative value for 'animation-duration' renders the declaration invalid. 
     1.9 +		meaning that the animation takes no time. 		
    1.10  		When the duration is ''0s'' 'animation-fill-mode' still applies, 
    1.11  		so an animation that fills backwards 
    1.12  		will show the value of the 0% keyframe during any delay period, 
    1.13  		and an animation that fills forwards will retain the value specified at the 100% keyframe, 
    1.14  		even if the animation was instantaneous. 
    1.15  		Also, animation events are still fired.
    1.16 +		A negative 'animation-duration' value renders the declaration invalid. 
    1.17  			
    1.18  
    1.19  <h3 id="animation-timing-function-property">
    1.20 @@ -797,9 +797,9 @@
    1.21  	<table class=propdef>
    1.22  		<tr>
    1.23  			<th>Name:</th>
    1.24 -			<td><dfn>foo</dfn>
    1.25 +			<td><dfn>animation-delay</dfn>
    1.26  		<tr>
    1.27 -			<th><a href="#values">animation-delay</a>:
    1.28 +			<th><a href="#values">Value</a>:
    1.29  			<td> &lt;time&gt; [, &lt;time&gt;]*
    1.30  		<tr>
    1.31  			<th>Initial:

mercurial