Files
tubestation/dom/animation
Boris Chiou 4cf8e54b36 Bug 1804574 - Part 2: Fix the normalized iteration duration for scroll animations. r=layout-reviewers,emilio
So we can run scroll animation with `animation-duration:auto`.

Note that the active duration is still 0s (when calling
`AnimationEffect::getComputedTiming()`) because we haven't changed our time
type from double [1] to CSSNumberish [2] (Bug 1762238).

[1] https://drafts.csswg.org/web-animations-1/#the-computedeffecttiming-dictionary
[2] https://drafts.csswg.org/web-animations-2/#the-computedeffecttiming-dictionary

Differential Revision: https://phabricator.services.mozilla.com/D217872
2024-08-06 18:23:14 +00:00
..