flackr / scroll-timeline

A polyfill of ScrollTimeline.
Apache License 2.0
887 stars 82 forks source link

Fix scroll-animation.html start and current time subtests #230

Closed johannesodland closed 5 months ago

johannesodland commented 5 months ago

Schedule a micro task for updatingInternal() after adding an animation. If updateInternal() runs in the same task then animation.currentTime will be set by the time animation.play() returns.

Delaying this function revealed two other issues that needed to be fixed: