Skip to content

Commit 7aa3cfa

Browse files
committed
[web-animations-1] Update references to timing-function production, to easing-function
1 parent ba4ab7e commit 7aa3cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-animations-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4480,7 +4480,7 @@ dictionary OptionalEffectTiming {
44804480
:: The <a>timing function</a> used to scale the time to
44814481
produce easing effects.
44824482

4483-
The syntax of the string is defined by the <<timing-function>>
4483+
The syntax of the string is defined by the <<easing-function>>
44844484
production [[!CSS-EASING-1]].
44854485

44864486
</div>
@@ -4554,7 +4554,7 @@ the following steps:
45544554
a <span class=exceptionname>TypeError</span> and abort this procedure.
45554555

45564556
1. If the {{EffectTiming/easing}} member of |input| is <a>present</a>
4557-
but cannot be parsed using the <<timing-function>> production
4557+
but cannot be parsed using the <<easing-function>> production
45584558
[[!CSS-EASING-1]], <a>throw</a> a <span class=exceptionname>TypeError</span>
45594559
and abort this procedure.
45604560

0 commit comments

Comments
 (0)