Email or username:

Password:

Forgot your password?
Top-level
Oddbjørn Øvernes

@argyleink The mix-solution gets rid of chroma "for free", but you don't control the curve! Relatedly, I wish you could do stuff like `calc(sin(l * pi) * c)` in rcs, but this crashes the browser😅. However it works fine if "l" is replaced with an external var(--l) 🤷
(example: codepen.io/Oddbj-rn-vernes/pen )

1 comment
Adam Argyle

@oddvernes > The mix-solution gets rid of chroma "for free", but you don't control the curve!

exactly!

> crashes the browser

i'll log a bug!

Go Up