You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
When trying to use controls: { reverse: true } with the WebAnimation meta, the internals will first call player.reverse() and then player.pause(), so it will never play in reverse.
It would probably be best to add an AnimationControls property of pause to handle pausing the animation separately.