Re: [csswg-drafts] [css-animations-2] Add animation-trigger for triggering animations when an element is in a timeline's range (#8942)

@fantasai current proposed syntax as @flackr wrote above, plus my suggested `play-state` is:

```
animation-trigger:
    <single-animation-timeline>
    <once | repeat | alternate | play-state>
    <animation-trigger-range-start>
    <animation-trigger-range-end>?
    <animation-exit-range-start>?
    <animation-exit-range-end>?
```

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


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

Received on Wednesday, 13 December 2023 09:14:01 UTC