Skip to content

Commit

Permalink
Add todo to update code once auto-align issue is answered or closed
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesodland committed Jan 31, 2024
1 parent 4229714 commit a9a1fe6
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit a9a1fe6

Please sign in to comment.