Re: [csswg-drafts] Interpolate values between breakpoints (#6245)

+1 @bramus. I agree there is no `normal` that can resolve and authors **must** always set the `animation-range`.

To unpack my thinking here: I almost always set values from `0` to anywhere between `600px` and `1600px` using my JS version of this approach. All default states I can think of (`0` or the current container size) would result in the animation at the end of its play state. This would be confusing as an author who probably doesn’t know why the animation styles are registering, but are always stuck at the end of the animation-timeline. It’s more clear to not even register the animation until the `animation-range` is set.

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


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

Received on Thursday, 7 September 2023 22:06:27 UTC