Re: [csswg-drafts] [scroll-animations] Can progress-based timelines report a current time outside of the `[0%-100%]` range? (#11033)

> Chrome's behavior appears to be that that range is enforced and values are clipped at 0% and 100%

This is because chrome clamps the developer exposed scroll offset to the reachable range, whereas Safari does not, e.g. https://output.jsbin.com/yuvulef

Timelines themselves do not impose clamping and in fact ranges beyond 0 to 100% are used regularly in view timelines to start effects before an element enters the viewport.

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


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

Received on Friday, 18 October 2024 18:26:20 UTC