- From: Peter Linss via GitHub <sysbot+gh@w3.org>
- Date: Wed, 31 May 2023 19:52:02 +0000
- To: public-css-archive@w3.org
Composing the new color on top of the old is equivalent to interpolating the colors as @svgeesus mentioned during the call. I agree that we should interpolate the colors and thought of a use case. I have two animations that move an element and shift its color at the same time (fairly common in individual animations), let's say one makes the color brighter, the other shifts its hue. When both animations run on the same element, the positions add, and the colors shouldn't switch to changing discretely or start ignoring one or the other animation. Not interpolating the color seems like a surprising (and undesired) behavior. -- GitHub Notification of comment by plinss Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8576#issuecomment-1570849332 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 31 May 2023 19:52:04 UTC