[css-values-4] Out of range progress of generic interpolation function / mix() #6701
Labels
Closed Accepted by Editor Discretion
Commenter Satisfied
Commenter has indicated satisfaction with the resolution / edits.
css-values-4
Current Work
In #581 and #2854 we resolved to add a generic interpolation function, which takes a percentage, a start value, and an end value.
One outstanding question is, what happens if the progress percentage is outside the 0-100% range? Do we clamp the values to the range? Do we interpolate past the range? Do we need a syntactic switch between the two (e.g. a
clamp
keyword in the first arg)?The text was updated successfully, but these errors were encountered: