Skip to content

Commit 7172432

Browse files
committed
[css-easing-1] Add example of when easing functions are chained together
Fixes #5877
1 parent 0a49867 commit 7172432

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

css-easing-1/Overview.bs

+13
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,19 @@ The <dfn>input progress value</dfn> is a real number in the range [-&infin;,
9595
Typically, the [=input progress value=] is in the range [0, 1] but this may
9696
not be the case when [=easing functions=] are chained together.
9797

98+
<div class=note>
99+
100+
An example of when easing functions are chained together occurs in
101+
Web Animations [[WEB-ANIMATIONS]]
102+
where the output of the easing function specified on an animation effect
103+
may become the input to an easing function specified on
104+
one of the keyframes of a keyframe effect.
105+
In this scenario,
106+
the input to the easing function on the keyframe effect
107+
may be outside the range [0, 1].
108+
109+
</div>
110+
98111
The <dfn>output progress value</dfn> is a real number in the
99112
range [-&infin;, &infin;].
100113

0 commit comments

Comments
 (0)