Skip to content

Commit 04c3840

Browse files
authored
[web-animations-2] Auto-aligning the start time should apply a pending playback rate (#14175)
Throughout the Web Animations spec we typically apply the pending playback rate of an animation when setting its start time. It is an oversight not to do so within the procedure to auto-aligning the start time. Addresses #14173.
1 parent e82303f commit 04c3840

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

web-animations-2/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,6 +818,8 @@ The procedure for <dfn export for="animation">calculating an auto-aligned start
818818
1. Set [=animation/start time=] to |start offset| if [=effective playback rate=] &ge; 0,
819819
and |end offset| otherwise.
820820

821+
1. [=Apply any pending playback rate=] on |animation|.
822+
821823
1. Clear [=hold time=].
822824

823825

0 commit comments

Comments
 (0)