1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:28:11 +00:00
serenity/Userland/Libraries/LibWeb/Animations
Matthew Olsson 7f303729f3 LibWeb: Implement AnimationEffect::active_time()
This is split into two functions since there are other places in the
specification that invoke this algorithm with a particular FillMode
(i.e. not the one that the object has in m_fill_mode).
2023-11-09 16:08:50 +01:00
..
Animation.cpp LibWeb: Implement Animation::set_effect() 2023-11-09 16:08:50 +01:00
Animation.h LibWeb: Add the Animation IDL object 2023-11-08 09:58:18 +01:00
Animation.idl LibWeb: Add the Animation IDL object 2023-11-08 09:58:18 +01:00
AnimationEffect.cpp LibWeb: Implement AnimationEffect::active_time() 2023-11-09 16:08:50 +01:00
AnimationEffect.h LibWeb: Implement AnimationEffect::active_time() 2023-11-09 16:08:50 +01:00
AnimationEffect.idl LibWeb: Add the AnimationEffect IDL object 2023-11-08 09:58:18 +01:00
AnimationTimeline.cpp LibWeb: Store all timelines associated with a document on the document 2023-11-07 15:17:09 +01:00
AnimationTimeline.h LibWeb: Store all timelines associated with a document on the document 2023-11-07 15:17:09 +01:00
AnimationTimeline.idl
DocumentTimeline.cpp LibWeb: Add DocumentTimeline IDL object 2023-11-07 15:17:09 +01:00
DocumentTimeline.h LibWeb: Store all timelines associated with a document on the document 2023-11-07 15:17:09 +01:00
DocumentTimeline.idl LibWeb: Add DocumentTimeline IDL object 2023-11-07 15:17:09 +01:00