Re: [csswg-drafts] [css-animations-2] Move scroll and event animation triggers to independent namespace (#12336)

> [@DavMila](https://github.com/DavMila) I have a question about the last example in your proposal:
> 
> ```
> section {
>   timeline-trigger: --t1 once ..., --t2 alternate <same as previous>;
> }
> 
> .animatable {
>   animation: ...;
>   animation-trigger: --t1 --t2;
> }
> ```
> 
> Is `timeline-trigger` a coordinated list? It seems not, but I just want to be sure.

That's right - it isn't a coordinated list.

-- 
GitHub Notification of comment by DavMila
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/12336#issuecomment-3062008554 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 11 July 2025 11:56:28 UTC