File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1326,8 +1326,9 @@ <h3 id=animation-shorthand-property><span class=secno>3.10. </span> The
13261326 Shorthand Property</ h3 >
13271327
13281328 < p > The ‘< a href ="#animation "> < code
1329- class =property > animation</ code > </ a > ’ shorthand property combines seven
1330- of the animation properties into a single property.
1329+ class =property > animation</ code > </ a > ’ shorthand property is a
1330+ comma-separated list of animation definitions, each of which combines
1331+ seven of the animation properties into a single component value.
13311332
13321333 < table class =propdef >
13331334 < tbody >
@@ -1391,7 +1392,7 @@ <h3 id=animation-shorthand-property><span class=secno>3.10. </span> The
13911392 <single-animation-iteration-count> ||
13921393 <single-animation-direction> || <single-animation-fill-mode></ div >
13931394
1394- < p > Note that order is important within the items in this property : the
1395+ < p > Note that order is important within each animation definition : the
13951396 first value that can be parsed as a < var > <time></ var > is assigned to
13961397 the animation-duration, and the second value that can be parsed as a
13971398 < var > <time></ var > is assigned to animation-delay.
Original file line number Diff line number Diff line change @@ -948,7 +948,9 @@ <h3 id="animation-shorthand-property">
948948The 'animation' Shorthand Property
949949
950950 < p >
951- The 'animation' shorthand property combines seven of the animation properties into a single property.
951+ The 'animation' shorthand property is a comma-separated list of
952+ animation definitions, each of which combines seven of the animation properties
953+ into a single component value.
952954
953955 < table class =propdef >
954956 < tr >
@@ -995,7 +997,7 @@ <h3 id="animation-shorthand-property">
995997 </ div >
996998
997999 < p >
998- Note that order is important within the items in this property :
1000+ Note that order is important within each animation definition :
9991001 the first value that can be parsed as a < var > <time></ var > is assigned to the
10001002 animation-duration,
10011003 and the second value that can be parsed as a < var > <time></ var > is assigned to
You can’t perform that action at this time.
0 commit comments