Skip to content

Commit 9d436bb

Browse files
committed
[css-animations-1][css-transitions-1][web-animations-1] Replace references to <single-timing-function> with <timing-function>
1 parent 967c9f0 commit 9d436bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

css-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff 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>&lt;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>&lt;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',

css-transitions-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff 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">&lt;single-transition&gt;</dfn> = [ ''transition-property/none'' | <<single-transition-property>> ] || <<time>> || <<single-timing-function>> || <<time>>
429+
<dfn type id="single-transition">&lt;single-transition&gt;</dfn> = [ ''transition-property/none'' | <<single-transition-property>> ] || <<time>> || <<timing-function>> || <<time>>
430430
</div>
431431

432432
<p>

web-animations-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)