Re: [csswg-drafts] [scroll-animations] End < Start offset can cause the ScrollTimeline to produce negative time (#4351)

I don't think there is a problem with negative times. However, if the start offset is greater than the end offset, the common case will be that the start offset is also greater than the current scroll offset (e.g. this is the case with RTL text) and the calculation will result in a positive time.

We have chosen not to clamp time values as it allows the animation effect's fill behavior to properly dictate what the effect output should be negating the need for phases.

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


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

Received on Thursday, 11 August 2022 14:55:28 UTC