- From: Kevin Doughty via GitHub <sysbot+gh@w3.org>
- Date: Tue, 28 Mar 2023 05:35:56 +0000
- To: public-css-archive@w3.org
Instead of removing animations when set to none, remove animations when the computed value resolves to none. A developer could animate display by setting a transition with a step-end easing on the display property. But also, create a class with an animation on the display property with keyframes from block to block. The animation should have a higher composite order than the transition on the same element so it overrides the transition. Animations would still need to be triggered when the specified value of display is set, instead of the computed value which is kind of arbitrary. But it doesn't have to be additive, and doesn't require adding new keywords like inert https://github.com/w3c/csswg-drafts/issues/8389 -- GitHub Notification of comment by KevinDoughty Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6429#issuecomment-1486246609 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 28 March 2023 05:35:58 UTC