Loading dom/base/Element.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -3618,6 +3618,13 @@ void Element::GetAnimationsUnsorted(Element* aElement, "added to an element's effect set"); Animation* animation = effect->GetAnimation(); // FIXME: Bug 1676795: Don't expose scroll-linked animations because we are // not ready. if (animation->GetTimeline() && animation->GetTimeline()->IsScrollTimeline()) { continue; } MOZ_ASSERT(animation->IsRelevant(), "Only relevant animations should be added to an element's " "effect set"); Loading Loading
dom/base/Element.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -3618,6 +3618,13 @@ void Element::GetAnimationsUnsorted(Element* aElement, "added to an element's effect set"); Animation* animation = effect->GetAnimation(); // FIXME: Bug 1676795: Don't expose scroll-linked animations because we are // not ready. if (animation->GetTimeline() && animation->GetTimeline()->IsScrollTimeline()) { continue; } MOZ_ASSERT(animation->IsRelevant(), "Only relevant animations should be added to an element's " "effect set"); Loading