Matthew Olsson
fe40bdfc01
LibWeb: Implement Animation::play_state
2023-11-11 22:45:16 +01:00
Matthew Olsson
8039fe78cd
LibWeb: Implement Animation::set_playback_rate
2023-11-11 22:45:16 +01:00
Matthew Olsson
749462f3df
LibWeb: Implement Animation::set_current_time
2023-11-11 22:45:16 +01:00
Matthew Olsson
f898b49c8e
LibWeb: Implement Animation::current_time
2023-11-11 22:45:16 +01:00
Matthew Olsson
9802995de8
LibWeb: Track an Animation's play/pause task state
...
This only tracks whether the relevant steps should be executed at some
future (but very soon) time. This time will eventually be whenever the
"update animations and send events" procedure is invoked.
2023-11-11 22:45:16 +01:00
Matthew Olsson
422f43f4fc
LibWeb: Implement Animation::set_start_time
2023-11-11 22:45:16 +01:00
Matthew Olsson
4889f53880
LibWeb: Implement Animation::set_timeline
2023-11-11 22:45:16 +01:00
Matthew Olsson
2358f64d00
LibWeb: Implement Animation::set_effect()
2023-11-09 16:08:50 +01:00
Matthew Olsson
1ca46afa2f
LibWeb: Add the Animation IDL object
2023-11-08 09:58:18 +01:00