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 authored Feb 2, 2024
1 parent 2090980 commit 1d6d6ca
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 @@ -602,6 +602,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 1d6d6ca

Please sign in to comment.