Re: [csswg-drafts] [css-animations-2][scroll-animations-1] Add scroll() as value for animation-timeline and possibly view() (#7579)

@SebastianZ 

> So why should it be moved to the CSS Animations 2 spec.?

Not moved there, but added as a  possible value.

Currently `animation-timline` can take `<single-animation-tineline>` which is defined as:
```
auto | none | <<timeline-name>>
```
And `<<timeline-name>>` is defined as:
```
<<custom-ident>> | <<string>>
```
IIUC these don't include the `scroll()` function defined in scroll-animations, so just need to add it.



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


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

Received on Tuesday, 9 August 2022 15:38:36 UTC