ladybird/Libraries/LibWeb/Animations
Andreas Kling ade167ed33 LibWeb: Always return task's ID after adding to a queue (or not)
Now that we don't always honor requests to add tasks to a queue, we
can't rely on "last added task" as the place to find the task's ID.
Fortunately we can just get it from the task itself.
2025-12-27 16:40:34 +01:00
..
Animatable.cpp LibWeb: Don't disassociate animations from timeline when target orphaned 2025-12-23 14:54:22 +01:00
Animatable.h LibWeb: Don't disassociate animations from timeline when target orphaned 2025-12-23 14:54:22 +01:00
Animatable.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Animation.cpp LibWeb: Always return task's ID after adding to a queue (or not) 2025-12-27 16:40:34 +01:00
Animation.h LibWeb: Always use timeline time for animation pending task ready time 2025-12-23 14:54:22 +01:00
Animation.idl LibWeb: Expose AnimationEffect::{current,start}Time as CSSNumberish 2025-12-12 10:49:18 +00:00
AnimationEffect.cpp LibWeb: Expose applicable effect timing values as CSSNumberish 2025-12-12 10:49:18 +00:00
AnimationEffect.h LibWeb: Expose applicable effect timing values as CSSNumberish 2025-12-12 10:49:18 +00:00
AnimationEffect.idl LibWeb: Expose applicable effect timing values as CSSNumberish 2025-12-12 10:49:18 +00:00
AnimationPlaybackEvent.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
AnimationPlaybackEvent.h LibWeb: Expose AnimationPlaybackEvent time values as CSSNumberish 2025-12-12 10:49:18 +00:00
AnimationPlaybackEvent.idl LibWeb: Expose AnimationPlaybackEvent time values as CSSNumberish 2025-12-12 10:49:18 +00:00
AnimationTimeline.cpp LibWeb: Update animations regardless of whether timeline time changed 2025-12-23 14:54:22 +01:00
AnimationTimeline.h LibWeb: Don't disassociate animations from timeline when target orphaned 2025-12-23 14:54:22 +01:00
AnimationTimeline.idl LibWeb: Expose AnimationTimeline::currentTime as CSSNumberish 2025-12-12 10:49:18 +00:00
DocumentTimeline.cpp LibWeb: Store animation time values in abstract type 2025-12-12 10:49:18 +00:00
DocumentTimeline.h LibWeb: Store animation time values in abstract type 2025-12-12 10:49:18 +00:00
DocumentTimeline.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
KeyframeEffect.cpp LibWeb: Expose applicable effect timing values as CSSNumberish 2025-12-12 10:49:18 +00:00
KeyframeEffect.h LibWeb/Animations: Make KeyframeEffect work with AbstractElements 2025-12-03 13:29:51 +01:00
KeyframeEffect.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PseudoElementParsing.cpp LibJS+LibWeb: Port interned bytecode strings to UTF-16 2025-08-14 10:27:08 +02:00
PseudoElementParsing.h LibWeb/CSS: Move and rename PseudoElement types to prep for code gen 2025-03-24 09:49:50 +00:00
TimeValue.cpp LibWeb: Expose AnimationEffect::{current,start}Time as CSSNumberish 2025-12-12 10:49:18 +00:00
TimeValue.h LibWeb: Expose AnimationTimeline::currentTime as CSSNumberish 2025-12-12 10:49:18 +00:00