[css3-animations] Only the first value of animation-timing-function applies when used in a keyframe block (bug 14796)

Fri, 22 Feb 2013 13:29:38 -0800

author
Sylvain Galineau <sylvaing@microsoft.com>
date
Fri, 22 Feb 2013 13:29:38 -0800
changeset 7547
1f07df4d690e
parent 7546
52e401f2e74c
child 7548
bdb242da56bb

[css3-animations] Only the first value of animation-timing-function applies when used in a keyframe block (bug 14796)

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 Feb 22 21:26:28 2013 +0100
     1.2 +++ b/css3-animations/Overview.html	Fri Feb 22 13:29:38 2013 -0800
     1.3 @@ -10,7 +10,7 @@
     1.4  
     1.5    <meta content="CSS Animations" name=dcterms.title>
     1.6    <meta content=text name=dcterms.type>
     1.7 -  <meta content=2013-02-21 name=dcterms.issued>
     1.8 +  <meta content=2013-02-22 name=dcterms.issued>
     1.9    <meta content="http://dev.w3.org/csswg/css3-animations/"
    1.10     name=dcterms.creator>
    1.11    <meta content=W3C name=dcterms.publisher>
    1.12 @@ -18,11 +18,11 @@
    1.13     name=dcterms.identifier>
    1.14    <meta content="text/html; charset=utf-8" http-equiv=Content-Type>
    1.15    <link href="../default.css" rel=stylesheet type="text/css">
    1.16 -  <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
    1.17 -   type="text/css">
    1.18    <style type="text/css">
    1.19      div.prod { margin: 1em 2em; }
    1.20    </style>
    1.21 +  <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
    1.22 +   type="text/css">
    1.23  
    1.24   <body>
    1.25    <div class=head> <!--begin-logo-->
    1.26 @@ -31,7 +31,7 @@
    1.27  
    1.28     <h1>CSS Animations</h1>
    1.29  
    1.30 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 February
    1.31 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 February
    1.32      2013</h2>
    1.33  
    1.34     <dl>
    1.35 @@ -909,7 +909,8 @@
    1.36     keyframe. An ‘<a href="#animation-timing-function"><code
    1.37     class=property>animation-timing-function</code></a>’ defined within a
    1.38     keyframe block applies to that keyframe, otherwise the timing function
    1.39 -   specified for the animation is used.
    1.40 +   specified for the animation is used. In addition, only the first value of
    1.41 +   the property applies when it is used in a keyframe block.
    1.42  
    1.43    <h3 id=animation-iteration-count-property><span class=secno>4.5. </span>
    1.44     The ‘<a href="#animation-iteration-count"><code
     2.1 --- a/css3-animations/Overview.src.html	Fri Feb 22 21:26:28 2013 +0100
     2.2 +++ b/css3-animations/Overview.src.html	Fri Feb 22 13:29:38 2013 -0800
     2.3 @@ -664,7 +664,8 @@
     2.4  		an animation will ease in at the start of the keyframe 
     2.5  		and ease out at the end of the keyframe. 
     2.6  		An 'animation-timing-function' defined within a keyframe block applies to that keyframe, 
     2.7 -		otherwise the timing function specified for the animation is used.
     2.8 +		otherwise the timing function specified for the animation is used. In addition, only the 
     2.9 +		first value of the property applies when it is used in a keyframe block.
    2.10  
    2.11  
    2.12  <h3 id="animation-iteration-count-property">

mercurial