We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c269215 commit 4c55ed2Copy full SHA for 4c55ed2
css-easing-2/Overview.bs
@@ -115,6 +115,13 @@ may be outside the range [0, 1].
115
The <dfn>output progress value</dfn> is a real number in the
116
range [-∞, ∞].
117
118
+Note: While CSS numbers have a theoretically infinite range
119
+(see [[css-values-4#numeric-ranges]])
120
+UAs will automatically clamp enormous numbers to a reasonable range.
121
+If easing functions are used outside of the CSS context,
122
+care must be taken to either correctly handle potential infinities,
123
+or clamp the [=output progress value=].
124
+
125
Some types of easing functions also take an additional boolean [=before flag=]
126
input which is defined subsequently.
127
0 commit comments