- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Fri, 07 Jul 2023 16:33:10 +0000
- To: public-css-archive@w3.org
Yeah, `mix()` just represents the default interpolation behavior, identical to animating the property. I *think* @fantasai was just pointing out that mix() *also* will work for this purpose once we define interpolation behavior for 'font-palette'. (But I didn't imply that it wouldn't work, just that it wouldn't have the full suite of useful functionality we can expose with a dedicated function.) (Do we actually support `mix()` at all? If we do, we should do our best to implement it in a generic fashion that works for every property, since it's just an invocation of a generic facility (animation) that works on every property. (Modulo the non-animatable properties, of course.) Having it implemented piecemeal is nearly as useless as not having it at all.) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8922#issuecomment-1625664489 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 7 July 2023 16:33:12 UTC