Re: [csswg-drafts] [web-animations-1] Fix play an animation procedure (#7148)

This patch makes the following changes:

- Consistently applies auto-rewind seeking only when the auto-rewind flag is set. Previously there was an inconsistency where we would not check the _auto-rewind flag_ when the effective playback rate was zero.

- Makes the play procedure play an idle animation even when the _auto-rewind flag_ is set to false.

- Makes the procedure to seamlessly update an animation's playback rate immediately apply the playback rate if the animation is running but has an unresolved current time and no pending play task, rather than attempting to play such an animation.

-- 
GitHub Notification of comment by birtles
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/pull/7148#issuecomment-1071926554 using your GitHub account


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

Received on Friday, 18 March 2022 01:16:36 UTC