-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.css-easing-2Current WorkCurrent Work
Description
2.1.2 Parsing ensures that points in <linear-stop-list> have (not necessarily strictly) increasing inputs. And in 2.1.4 Output of a linear easing function (irrelevant steps omitted):
- Let pointAIndex be index of the last item in points with an input less than or equal to inputProgress, or 0 if there is no match.
[…]
Let pointA be points[pointAIndex].
Let pointB be points[pointAIndex + 1].
[…]
Following these steps, linear(0, 0.6 50%, 0.4 50%, 1) produces a discontinuous piecewise linear function:
Is this really intended by the spec? If so, I'll add an example in mdn/content#27167.
Metadata
Metadata
Assignees
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.css-easing-2Current WorkCurrent Work