ladybird/Userland/Libraries/LibWeb/Animations
Matthew Olsson 15a8baee03 LibWeb: Save time for animationcancel event before transitioning to idle
The if statement in the dispatch implies we are in the idle state, so of
course the active time will always be undefined. If this was cancelled
via a call to cancel(), we can save the time at that point. Otherwise,
just send 0.
2024-05-24 07:25:10 +02:00
..
Animatable.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
Animatable.h LibWeb: Store Animations in Animatable instead of AnimationEffects 2024-03-09 15:34:27 +01:00
Animatable.idl LibWeb: Add the Animatable IDL object 2024-02-15 12:34:19 +01:00
Animation.cpp LibWeb: Save time for animationcancel event before transitioning to idle 2024-05-24 07:25:10 +02:00
Animation.h LibWeb: Save time for animationcancel event before transitioning to idle 2024-05-24 07:25:10 +02:00
Animation.idl LibWeb: Use 'FIXME' extended attribute where possible 2024-05-19 16:24:11 +02:00
AnimationEffect.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
AnimationEffect.h LibWeb: Add missing visit_edges implementation to AnimationEffect 2024-04-06 06:59:36 +02:00
AnimationEffect.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
AnimationPlaybackEvent.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04: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: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04:00
AnimationTimeline.h LibWeb: Unregister AnimationTimeline from document in finalize() 2024-03-11 16:44:05 +01:00
AnimationTimeline.idl LibWeb: Add AnimationTimeline IDL object 2023-11-07 15:17:09 +01:00
DocumentTimeline.cpp LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h 2024-04-27 18:29:35 -04: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: Use TraversalDecision for multi level Node traversal methods 2024-05-07 16:45:28 -06:00
KeyframeEffect.h LibWeb: Fix some GCVerifier warnings 2024-04-07 07:03:13 +02:00
KeyframeEffect.idl LibWeb: Format all .idl files to use four space indentation 2024-01-18 14:00:06 +01:00
TimingFunction.cpp LibWeb: Move easing parsing code out into a dedicated function 2024-02-25 08:51:50 +01:00
TimingFunction.h LibWeb: Move easing parsing code out into a dedicated function 2024-02-25 08:51:50 +01:00