[css3-animations] Add animation-play-state sub-property to animation shorthand (bug 14787)

Fri, 11 Jan 2013 13:24:53 -0800

author
Sylvain Galineau <sylvaing@microsoft.com>
date
Fri, 11 Jan 2013 13:24:53 -0800
changeset 7177
ec77e31091f6
parent 7176
5c2fe7da2fe7
child 7178
ab0de2d8b341

[css3-animations] Add animation-play-state sub-property to animation shorthand (bug 14787)

css3-animations/Overview.html file | annotate | diff | comparison | revisions
css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-animations/Overview.html	Fri Jan 11 12:52:21 2013 -0800
     1.2 +++ b/css3-animations/Overview.html	Fri Jan 11 13:24:53 2013 -0800
     1.3 @@ -1403,7 +1403,8 @@
     1.4     &lt;single-animation-name&gt; || <span>&lt;time&gt;</span> ||
     1.5     &lt;single-animation-timing-function&gt; || <span>&lt;time&gt;</span> ||
     1.6     &lt;single-animation-iteration-count&gt; ||
     1.7 -   &lt;single-animation-direction&gt; || &lt;single-animation-fill-mode&gt;</div>
     1.8 +   &lt;single-animation-direction&gt; || &lt;single-animation-fill-mode&gt;
     1.9 +   || &lt;single-animation-play-state&gt;</div>
    1.10  
    1.11    <p> Note that order is important within each animation definition: the
    1.12     first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to
     2.1 --- a/css3-animations/Overview.src.html	Fri Jan 11 12:52:21 2013 -0800
     2.2 +++ b/css3-animations/Overview.src.html	Fri Jan 11 13:24:53 2013 -0800
     2.3 @@ -999,7 +999,8 @@
     2.4  				<span>&lt;time&gt;</span> ||
     2.5  				&lt;single-animation-iteration-count&gt; ||
     2.6  				&lt;single-animation-direction&gt; ||
     2.7 -				&lt;single-animation-fill-mode&gt;
     2.8 +				&lt;single-animation-fill-mode&gt; ||
     2.9 +				&lt;single-animation-play-state&gt;
    2.10  	</div>
    2.11  
    2.12  	<p>

mercurial