mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Implement animation class-specific composite order
This is a part of determining the composite order of two animations
This commit is contained in:
committed by
Andreas Kling
parent
78b3c552c2
commit
c3b689488e
@@ -24,6 +24,9 @@ public:
|
||||
|
||||
FlyString const& animation_name() const { return id(); }
|
||||
|
||||
virtual Animations::AnimationClass animation_class() const override;
|
||||
virtual Optional<int> class_specific_composite_order(JS::NonnullGCPtr<Animations::Animation> other) const override;
|
||||
|
||||
private:
|
||||
explicit CSSAnimation(JS::Realm&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user