File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 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>
582582
583583 <pre class='propdef'>
584584 Name : animation-timing-function
585- Value : <<single- timing-function>> #
585+ Value : <<timing-function>> #
586586 Initial : ease
587587 Applies to : all elements, ::before and ::after pseudo-elements
588588 Inherited : no
@@ -852,7 +852,7 @@ The 'animation' shorthand property</h3>
852852 Canonical order : per grammar
853853 </pre>
854854
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>> ]
856856
857857 Note that order is important within each animation definition: the first value in each
858858 <<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}
372372 </p>
373373 <pre class="propdef">
374374 Name : transition-timing-function
375- Value : <<single- timing-function>> #
375+ Value : <<timing-function>> #
376376 Initial : ''transition-timing-function/ease''
377377 Applies to : all elements, ::before and ::after pseudo elements
378378 Inherited : no
@@ -426,7 +426,7 @@ Introduction {#introduction}
426426 </pre>
427427
428428 <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>>
430430 </div>
431431
432432 <p>
Original file line number Diff line number Diff line change @@ -4064,7 +4064,7 @@ interface AnimationEffectTimingReadOnly {
40644064:: The <a>timing function</a> used to scale the time to
40654065 produce easing effects.
40664066
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>>
40684068 production [[!CSS-TIMING-1]] .
40694069
40704070</div>
You can’t perform that action at this time.
0 commit comments