- From: Yehonatan Daniv via GitHub <sysbot+gh@w3.org>
- Date: Wed, 05 Feb 2025 09:56:54 +0000
- To: public-css-archive@w3.org
Thanks for opening! This was intentional.
The property that we use to coordinate all animation longhands is the `animation-name`.
I think it would be weird, if we tried to change that?
Example:
```css
selector {
animation-name: jump, turn, fade;
animation-trigger: repeat view() contain cover, alternate view();
}
```
--
GitHub Notification of comment by ydaniv
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/11653#issuecomment-2636258344 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 5 February 2025 09:56:55 UTC