- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Jun 2024 14:06:19 +0000
- To: public-css-archive@w3.org
Given that we now have [`transition-behavior`](https://drafts.csswg.org/css-transitions-2/#transition-behavior-property) to provide parameters about how interpolation happens (currently only supporting `normal` and `allow-discrete` values), I suggest we reuse that and add a `<color-interpolation-method>` as part of its values. Its syntax would then become: ``` <transition-behavior-value> = normal | [ allow-discrete || <color-interpolation-token> ] ``` -- GitHub Notification of comment by LeaVerou Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7063#issuecomment-2178808215 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 19 June 2024 14:06:20 UTC