- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 08 Feb 2023 17:56:41 +0000
- To: public-css-archive@w3.org
IMO shorthands should just expand into longhands, and then each longhand can animate according to its type, or not. WebKit is able to animate `all`: [testcase](https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Cstyle%3E%0Adiv%20%7B%0A%20%20animation%3A%20anim%201s%20infinite%20alternate%3B%0A%20%20height%3A%20100px%3B%0A%20%20width%3A%20100px%3B%0A%20%20background-color%3A%20green%3B%0A%7D%0A%40keyframes%20anim%20%7B%0A%20%20from%20%7B%20all%3A%20initial%3B%20%7D%0A%20%20to%20%7B%20all%3A%20revert-layer%20%7D%0A%7D%0A%3C%2Fstyle%3E%0A%3Cdiv%3Ea%3C%2Fdiv%3E). `background-color` animates continuously, while `width` and `height` animate discretely between `100px` and `auto`. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8414#issuecomment-1423021041 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 8 February 2023 17:56:43 UTC