@@ -545,7 +545,7 @@ The 'animation-timing-function' property</h3>
545
545
During the 'animation-delay' , the 'animation-timing-function' is not applied.
546
546
547
547
Note: This definition is necessary because otherwise a <a spec=css-easing>step
548
- timing function</a> with a <a spec=css-easing>step position</a> of <a value
548
+ easing function</a> with a <a spec=css-easing>step position</a> of <a value
549
549
spec=css-easing for="steps()">start</a> would produce a backwards fill equal
550
550
to the top of the first step in the function.
551
551
@@ -555,12 +555,12 @@ The 'animation-timing-function' property</h3>
555
555
556
556
<pre class='propdef'>
557
557
Name : animation-timing-function
558
- Value : <<timing -function>>#
558
+ Value : <<easing -function>>#
559
559
Initial : ease
560
560
Applies to : all elements
561
561
Inherited : no
562
562
Percentages : N/A
563
- Computed value : list, each item a computed <<timing -function>>
563
+ Computed value : list, each item a computed <<easing -function>>
564
564
Animation type : not animatable
565
565
Canonical order : per grammar
566
566
</pre>
@@ -818,7 +818,7 @@ The 'animation' shorthand property</h3>
818
818
Canonical order : per grammar
819
819
</pre>
820
820
821
- <dfn><single-animation></dfn> = <<time>> || <<timing -function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ]
821
+ <dfn><single-animation></dfn> = <<time>> || <<easing -function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ]
822
822
823
823
Note that order is important within each animation definition: the first value in each
824
824
<<single-animation>> that can be parsed as a <<time>> is assigned to the 'animation-duration' ,
0 commit comments