mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 14:25:49 +00:00
![Boris Chiou](/assets/img/avatar_default.png)
Disable OMTA support for now. We have to make sure what should we do when the subject is scrolled to "out of view" on the compositor, in Bug 1818346. And we have to make sure view-timeline-inset animation work well on the compositor. Also, update tests, 1) timeline-offset-keyframes-hidden-subject.html, and 2) view-timeline-keyframe-boundary-interpolation.html, to avoid js error because Gecko doesn't expose Animation object with scroll-timeline or view-timeline. And update test, view-timeline-lookup.html, because scroll progress timelines take precedence over view progress timelines (i.e. choose the matched scroll progress timeline first), per the spec in https://drafts.csswg.org/scroll-animations-1/#timeline-scope. Differential Revision: https://phabricator.services.mozilla.com/D170004