css3-animations/Overview.src.html

changeset 6815
39dafac3efc5
parent 6814
6fe144869eeb
child 7138
cd5d3bd0c3f4
     1.1 --- a/css3-animations/Overview.src.html	Thu Oct 04 13:17:51 2012 -0700
     1.2 +++ b/css3-animations/Overview.src.html	Thu Oct 04 13:41:14 2012 -0700
     1.3 @@ -948,7 +948,9 @@
     1.4  The 'animation' Shorthand Property
     1.5  
     1.6  	<p>
     1.7 -		The 'animation' shorthand property combines seven of the animation properties into a single property.
     1.8 +		The 'animation' shorthand property is a comma-separated list of 
     1.9 +		animation definitions, each of which combines seven of the animation properties 
    1.10 +		into a single component value. 
    1.11  			
    1.12  	<table class=propdef>
    1.13  		<tr>
    1.14 @@ -995,7 +997,7 @@
    1.15  	</div>
    1.16  
    1.17  	<p>
    1.18 -		Note that order is important within the items in this property:
    1.19 +		Note that order is important within each animation definition:
    1.20  		the first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to the
    1.21  		animation-duration,
    1.22  		and the second value that can be parsed as a <var>&lt;time&gt;</var> is assigned to

mercurial