Re: [csswg-drafts] [scroll-animations-1][css-animations-2] Out-of-range range offsets (#8578)

@flackr @fantasai the clamped flow is also very important for many usecases, e.g: effects that happen to appear on first/last folds, could happen with authoring tools or when shuffling layouts on different breakpoints.

It's good that by default we don't clamp, but it's very important that author can also choose to opt-in to respecting the effect playing from start to end regardless of layout. 

If we could have something that behaves like like `min(0px, entry 0%)` that would allow this clamping, but this depends on what we resolve in #8672. If we allow `<length-percentage>` to resolve to an absolute offset then we could allow authors to achieve that without any additional syntax.

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


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

Received on Tuesday, 2 May 2023 09:16:12 UTC