- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Oct 2022 21:58:28 +0000
- To: public-css-archive@w3.org
Wait, no, discretely-animated properties are still animated, even by a `transition-property: all`. What's not animated are properties that are listed as *not animateable*, and the small number of properties that have this status do so because it's fundamentally problematic to animate them. `display` is actually the worst one - an element with `display:none` doesn't run animations *at all*, so at minimum we can't meaningfully transition *from* `display:none`. In general, things that change what the principal box is are problematic for similar reasons; even if they could hypothetically be defined, they have issues in implementations. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7804#issuecomment-1269024339 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 October 2022 21:58:30 UTC