Re: [csswg-drafts] [scroll-animations-1] Three-value `animation-range` shorthand notation (#8672)

Agreed. Example: animating an element that scrolls into view, becomes sticky, and then remains sticky till end of document, but animates all the way, or until an absolute point:

```css
.sticky {
  position: sticky;
  top: 0;
  animation: hue-rotate both view();
  animation-range: entry 0% 100%;
}
```

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


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

Received on Saturday, 13 May 2023 10:48:06 UTC