Re: [csswg-drafts] [web-animations-1] Don't preserve current time for scroll linked animations when changing playbackRate (#2075)

> If the new and old playback rate have opposite signs, we should probably update the start time to the other endpoint of the timeline: start time 0 for positive playback rate, or start time 100% for a negative playback rate.

Handling all of the edge cases for this to just work may get complicated. For example:
- What if the developer sets a start time - possibly 0 or non-zero? It seems that we should perhaps preserve this. Perhaps the specified start time should effectively become an end time in reverse.
- Do we also need to flip the animation delays? Otherwise `animation-delay: enter 0% enter 100%` would resolve to a start delay after the end of the animation, right?

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


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

Received on Monday, 28 November 2022 18:09:39 UTC