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 Nov 12, 2024. It is now read-only.
If an animation calls play() and then, at a later time, calls cancel() it has different results in Safari and Chrome:
In chrome it will reset the animation to the original frame
In safari it will reset the animation to the original frame for a single frame, then apply the last played frame styles.
Note that it doesn't matter where play() is called (might even be at the very beginning of the animation). However, if play() is not called then them both behave like in Chrome.
Also note that setting allowWebkitAcceleration to true seems to have no effect.
2. IMPORTANT: Provide a CodeSandbox reproduction of the bug