Open bramus opened 1 year ago
For now only CSSMathNegate and CSSUnitValue are supported when parsing a range string. This should be expanded to more calc-y things.
CSSMathNegate
CSSUnitValue
E.g. https://kizu.dev/scroll-driven-animations/#table-ofcontents-with-highlighted-current-sections uses min().
min()
For now only
CSSMathNegate
andCSSUnitValue
are supported when parsing a range string. This should be expanded to more calc-y things.E.g. https://kizu.dev/scroll-driven-animations/#table-ofcontents-with-highlighted-current-sections uses
min()
.