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

@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.

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


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

Received on Thursday, 10 July 2025 21:59:53 UTC