Skip to content

Commit bcba68e

Browse files
committed
[css-values-5] Specify default easings for *-interpolate(). #6245
1 parent 5ad7b62 commit bcba68e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

css-values-5/Overview.bs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1105,6 +1105,8 @@ Easing Interpolation Progress: the ''by <<easing-function>>'' argument</h5>
11051105
by modifying the [=interpolation progress=] before it's applied to the [=interpolation map=],
11061106
analogous to 'animation-easing'.
11071107

1108+
If omitted, defaults to ''<easing-function>/linear''
1109+
11081110
<h4 id="interpolation-map-arguments">
11091111
Defining the Interpolation Map</h4>
11101112

@@ -1144,6 +1146,7 @@ Defining the Interpolation Map</h4>
11441146
specifies the [=easing function=] to be used between the two surrounding stops,
11451147
overriding any default provided by a global <<easing-function>> argument.
11461148
(It is analogous to 'animation-timing-function'.)
1149+
If omitted, defaults to ''<easing-function>/linear''.
11471150

11481151
The [=input progress value=] to this [=easing function=]
11491152
is the <dfn dfn for>segment interpolation progress</dfn>--

0 commit comments

Comments
 (0)