Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add todo to update code once auto-align issue is answered or closed #218

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/proxy-animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ function playInternal(details, autoRewind) {
// Additonal check for polyfill: Does not have the auto align start time flag set.
// If we return when this flag is set, a play task will not be scheduled, leaving the animation in the
// idle state. If the animation is in the idle state, the auto align procedure will bail.
// TODO: update with results of https://github.com/w3c/csswg-drafts/issues/9871
if (details.holdTime === null && !details.autoAlignStartTime &&
!abortedPause && details.pendingPlaybackRate === null)
return;
Expand Down