Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 year ago |
Andreas Kling
|
2ef37c0b06
LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated
|
1 year ago |
Matthew Olsson
|
560b07dda3
LibWeb: Use the timeline time when saving animation play/pause time
|
1 year ago |
Aliaksandr Kalenik
|
42d5883d57
LibWeb: Set animation update flag from Animation::invalidate_effect()
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Aliaksandr Kalenik
|
a9b8840a82
LibWeb: Add fast path for animated style properties update
|
1 year ago |
Matthew Olsson
|
e91f4dcd79
LibWeb: Use Performance for animation time instead of MonotonicTime
|
1 year ago |
Matthew Olsson
|
d76c2d45c4
LibWeb: Remove scopes for execution contexts in Animation finish steps
|
1 year ago |
Matthew Olsson
|
fc6a6d29ec
LibWeb: Ensure m_is_finished is false after cancelling Animation
|
1 year ago |
Matthew Olsson
|
e11b9658ed
LibWeb: Disassociate animations from Animatables when setting effects
|
1 year ago |
Matthew Olsson
|
90290eb985
LibWeb: Store Animations in Animatable instead of AnimationEffects
|
1 year ago |
Matthew Olsson
|
f386c01ae1
LibWeb: Use the correct start time when pausing/playing animations
|
1 year ago |
Matthew Olsson
|
c1ab6ca6b4
LibWeb: Do not invalidate elements with animations in the CSS cascade
|
1 year ago |
Matthew Olsson
|
921f6c1e78
LibWeb: Run play tasks before pause tasks
|
1 year ago |
Matthew Olsson
|
d2cfea5acc
LibWeb: Add Animation event handler attributes
|
1 year ago |
Matthew Olsson
|
2dd5d0c310
LibWeb: Implement Animation.reverse()
|
1 year ago |
Matthew Olsson
|
9ab73f2675
LibWeb: Implement Animation.updatePlaybackRate()
|
1 year ago |
Matthew Olsson
|
d351389d72
LibWeb: Implement Animation.persist()
|
1 year ago |
Matthew Olsson
|
3c055ff76d
LibWeb: Implement Animation.cancel()
|
1 year ago |
Matthew Olsson
|
9abe472928
LibWeb: Implement Animation.finish()
|
1 year ago |
Matthew Olsson
|
c0b9179d9a
LibWeb: Implement Animation.pause()
|
1 year ago |
Matthew Olsson
|
ae3326a447
LibWeb: Transition StyleComputer to Web Animations
|
1 year ago |
Matthew Olsson
|
10fddb99fc
LibWeb: Implement Document::remove_replaced_animations()
|
1 year ago |
Matthew Olsson
|
145ae54718
LibWeb: Add a few Animation/AnimationEffect getters
|
1 year ago |
Matthew Olsson
|
06a8674eec
LibWeb: Simplify Animation::update_finished_state a bit
|
1 year ago |
Matthew Olsson
|
1e37ba5515
LibWeb: Expose Animation::is_finished()
|
1 year ago |
Matthew Olsson
|
2ade834655
LibWeb: Add Animation::is_replaceable()
|
1 year ago |
Matthew Olsson
|
ceb9d0f8dc
LibWeb: Record position of Animations in global animation list
|
1 year ago |
Matthew Olsson
|
cac11ac891
LibWeb: Use [ExplicitNull] in Animation.idl
|
1 year ago |
Matthew Olsson
|
3721a1a81c
LibWeb: Run update_finished_state when setting AnimationEffect's timing
|
1 year ago |