1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 11:37:35 +00:00
serenity/Userland/Libraries/LibWeb/Animations
Matthew Olsson 06a8674eec LibWeb: Simplify Animation::update_finished_state a bit
This removes the two boolean hack in favor of using the existing
mechanism to remove queued tasks. It also exposes the element
invalidation behavior for call sites that don't necessarily want to
update the finished state, but still need to invalidate the associated
target.
2024-02-21 19:52:35 +01:00
..
Animatable.cpp LibWeb: Keep track of associated AnimationEffects in Animatable 2024-02-21 19:52:35 +01:00
Animatable.h LibWeb: Keep track of associated AnimationEffects in Animatable 2024-02-21 19:52:35 +01:00
Animatable.idl LibWeb: Add the Animatable IDL object 2024-02-15 12:34:19 +01:00
Animation.cpp LibWeb: Simplify Animation::update_finished_state a bit 2024-02-21 19:52:35 +01:00
Animation.h LibWeb: Simplify Animation::update_finished_state a bit 2024-02-21 19:52:35 +01:00
Animation.idl LibWeb: Use [ExplicitNull] in Animation.idl 2024-02-19 14:51:56 -05:00
AnimationEffect.cpp LibWeb: Add Animation::is_replaceable() 2024-02-21 19:52:35 +01:00
AnimationEffect.h LibWeb: Add Animation::is_replaceable() 2024-02-21 19:52:35 +01:00
AnimationEffect.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
AnimationPlaybackEvent.cpp LibWeb: Rename confusing parameter in AnimationPlaybackEvent 2024-02-06 08:42:07 +01:00
AnimationPlaybackEvent.h LibWeb: Rename confusing parameter in AnimationPlaybackEvent 2024-02-06 08:42:07 +01:00
AnimationPlaybackEvent.idl LibWeb: Add the AnimationPlaybackEvent IDL object 2023-11-11 22:45:16 +01:00
AnimationTimeline.cpp LibWeb: Run pending play tasks when the timeline time changes 2024-02-15 12:34:19 +01:00
AnimationTimeline.h LibWeb: Run pending play tasks when the timeline time changes 2024-02-15 12:34:19 +01:00
AnimationTimeline.idl LibWeb: Add AnimationTimeline IDL object 2023-11-07 15:17:09 +01:00
DocumentTimeline.cpp LibWeb: Run pending play tasks when the timeline time changes 2024-02-15 12:34:19 +01:00
DocumentTimeline.h LibWeb: Run pending play tasks when the timeline time changes 2024-02-15 12:34:19 +01:00
DocumentTimeline.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
KeyframeEffect.cpp LibWeb: Keep track of associated AnimationEffects in Animatable 2024-02-21 19:52:35 +01:00
KeyframeEffect.h LibWeb: Keep track of associated AnimationEffects in Animatable 2024-02-21 19:52:35 +01:00
KeyframeEffect.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
TimingFunction.cpp LibWeb: Add a TimingFunction struct implementing the Web Easing spec 2023-11-11 08:58:08 +01:00
TimingFunction.h LibWeb: Add a TimingFunction struct implementing the Web Easing spec 2023-11-11 08:58:08 +01:00