File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,7 @@ The 'animation-timing-function' property</h3>
582
582
583
583
<pre class='propdef'>
584
584
Name : animation-timing-function
585
- Value : <<single- timing-function>> #
585
+ Value : <<timing-function>> #
586
586
Initial : ease
587
587
Applies to : all elements, ::before and ::after pseudo-elements
588
588
Inherited : no
@@ -852,7 +852,7 @@ The 'animation' shorthand property</h3>
852
852
Canonical order : per grammar
853
853
</pre>
854
854
855
- <dfn><single-animation></dfn> = <<time>> || <<single- timing-function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ]
855
+ <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>> ]
856
856
857
857
Note that order is important within each animation definition: the first value in each
858
858
<<single-animation>> that can be parsed as a <<time>> is assigned to the 'animation-duration' ,
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ Introduction {#introduction}
372
372
</p>
373
373
<pre class="propdef">
374
374
Name : transition-timing-function
375
- Value : <<single- timing-function>> #
375
+ Value : <<timing-function>> #
376
376
Initial : ''transition-timing-function/ease''
377
377
Applies to : all elements, ::before and ::after pseudo elements
378
378
Inherited : no
@@ -426,7 +426,7 @@ Introduction {#introduction}
426
426
</pre>
427
427
428
428
<div class="prod">
429
- <dfn type id="single-transition"><single-transition></dfn> = [ ''transition-property/none'' | <<single-transition-property>> ] || <<time>> || <<single- timing-function>> || <<time>>
429
+ <dfn type id="single-transition"><single-transition></dfn> = [ ''transition-property/none'' | <<single-transition-property>> ] || <<time>> || <<timing-function>> || <<time>>
430
430
</div>
431
431
432
432
<p>
Original file line number Diff line number Diff line change @@ -4064,7 +4064,7 @@ interface AnimationEffectTimingReadOnly {
4064
4064
:: The <a>timing function</a> used to scale the time to
4065
4065
produce easing effects.
4066
4066
4067
- The syntax of the string is defined by the <<single- timing-function>>
4067
+ The syntax of the string is defined by the <<timing-function>>
4068
4068
production [[!CSS-TIMING-1]] .
4069
4069
4070
4070
</div>
You can’t perform that action at this time.
0 commit comments