Re: [csswg-drafts] [css-animations-2] Set `animation-trigger-type` as the coordinating list base property (#11653)

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