Re: [csswg-drafts] [scroll-animations-1] Range for entire scroll range (#9367)

Big +1 in general.

Regarding:

> My preference would be to have animation-range without a range name use this range, e.g. just animation-range: entry 0% 1000px or animation-range: 200px 1000px but I think @fantasai had concerns with having the default animation range be cover except if you specify an animation-range without a named range.

I'm not sure I'm following.
For now we have no range defaults to the timeline's full range, which is `cover` for View, and `scroll` for Scroll.
IIRC `animation-range: entry 0% 1000px` should expand to `animation-range: entry 0% cover calc(0% + 1000px)`. So if you specify a range without a name it uses default range, right?

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


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

Received on Thursday, 21 September 2023 21:22:18 UTC