Matthew Olsson
|
f386c01ae1
LibWeb: Use the correct start time when pausing/playing animations
|
1 anno fa |
Matthew Olsson
|
c1ab6ca6b4
LibWeb: Do not invalidate elements with animations in the CSS cascade
|
1 anno fa |
Matthew Olsson
|
d2cfea5acc
LibWeb: Add Animation event handler attributes
|
1 anno fa |
Matthew Olsson
|
2dd5d0c310
LibWeb: Implement Animation.reverse()
|
1 anno fa |
Matthew Olsson
|
9ab73f2675
LibWeb: Implement Animation.updatePlaybackRate()
|
1 anno fa |
Matthew Olsson
|
d351389d72
LibWeb: Implement Animation.persist()
|
1 anno fa |
Matthew Olsson
|
3c055ff76d
LibWeb: Implement Animation.cancel()
|
1 anno fa |
Matthew Olsson
|
9abe472928
LibWeb: Implement Animation.finish()
|
1 anno fa |
Matthew Olsson
|
c0b9179d9a
LibWeb: Implement Animation.pause()
|
1 anno fa |
Matthew Olsson
|
10fddb99fc
LibWeb: Implement Document::remove_replaced_animations()
|
1 anno fa |
Matthew Olsson
|
145ae54718
LibWeb: Add a few Animation/AnimationEffect getters
|
1 anno fa |
Matthew Olsson
|
06a8674eec
LibWeb: Simplify Animation::update_finished_state a bit
|
1 anno fa |
Matthew Olsson
|
1e37ba5515
LibWeb: Expose Animation::is_finished()
|
1 anno fa |
Matthew Olsson
|
2ade834655
LibWeb: Add Animation::is_replaceable()
|
1 anno fa |
Matthew Olsson
|
ceb9d0f8dc
LibWeb: Record position of Animations in global animation list
|
1 anno fa |
Matthew Olsson
|
c3b689488e
LibWeb: Implement animation class-specific composite order
|
1 anno fa |
Matthew Olsson
|
cac11ac891
LibWeb: Use [ExplicitNull] in Animation.idl
|
1 anno fa |
Matthew Olsson
|
3a87c000c4
LibWeb: Add the CSSAnimation IDL object
|
1 anno fa |
Matthew Olsson
|
3721a1a81c
LibWeb: Run update_finished_state when setting AnimationEffect's timing
|
1 anno fa |
Matthew Olsson
|
727a9a6472
LibWeb: Run pending play tasks when the timeline time changes
|
1 anno fa |
Matthew Olsson
|
4792dc294b
LibWeb: Implement Animation::play
|
1 anno fa |
Matthew Olsson
|
88518c29ca
LibWeb: Combine "pending" and "ASAP" animation task states
|
1 anno fa |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 anno fa |
Matthew Olsson
|
536596632b
LibWeb: Implement Animation::update_finished_state
|
1 anno fa |
Matthew Olsson
|
8053d40fd5
LibWeb: Add Animation helpers needed for update_finished_state
|
1 anno fa |
Matthew Olsson
|
fe40bdfc01
LibWeb: Implement Animation::play_state
|
1 anno fa |
Matthew Olsson
|
8039fe78cd
LibWeb: Implement Animation::set_playback_rate
|
1 anno fa |
Matthew Olsson
|
749462f3df
LibWeb: Implement Animation::set_current_time
|
1 anno fa |
Matthew Olsson
|
9802995de8
LibWeb: Track an Animation's play/pause task state
|
1 anno fa |
Matthew Olsson
|
422f43f4fc
LibWeb: Implement Animation::set_start_time
|
1 anno fa |