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

Two thoughts:

1. Instead of `scroll` why not name it `full`? As that’s what it targets, right?
2. When using no range-name, I think it would be most consistent if it uses the range-name that is used for `normal`.
    - For ViewTimeline that would be `cover`
    - For ScrollTimeline that would be `full`

Some examples:

- VT: `animation-range: 10% 90%` = `animation-range: cover 10% cover 90%`;
- VT: `animation-range: entry 10% 90%` = `animation-range: entry 10% cover 90%`;
- ST: `animation-range: 10% 90%` = `animation-range: full 10% full 90%`;

-- 
GitHub Notification of comment by bramus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/9367#issuecomment-1854051871 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 14:46:24 UTC