- From: Miriam Suzanne via GitHub <sysbot+gh@w3.org>
- Date: Mon, 11 Sep 2023 22:54:48 +0000
- To: public-css-archive@w3.org
> What if we worked around the animation issues by using a new property, e.g. interpolation, and then get all the benefits of this method while avoiding the baggage? @ydaniv I don't think that quite works. The animation origin exists because styles from `@keyframes` don't belong to a selector, but have to go somewhere in the cascade – and have to override the styles that would be applied otherwise (by selectors). Even with a new property name, we still have those issues. Taking the spirit of that approach, tho – what if we had ways to 'reach into' keyframes from declarations? Something like `from-keyframes(typography, 50%)`. I'm not sure that's possible or reasonable, but the idea is to grab a keyframe-interpolation value and insert it into the cascade directly? -- GitHub Notification of comment by mirisuzanne Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6245#issuecomment-1714694622 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 11 September 2023 22:54:51 UTC