Re: [csswg-drafts] [scroll-animations][web-animations-2] rewinding a finished scroll-driven animation and playing it again (#11270)

Play is superflous as the playState will become running again after the next animation tick following reseting the scroll position.  I suspect the issue is with unpausing an animation.  For time-based we want to preserve current-time to avoid a jump, but for scroll-based we preserve the start-time to ensure that we remain anchored to the appropriate scroll range.

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


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

Received on Monday, 25 November 2024 16:49:11 UTC