mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
LibWeb/DOM: Fire transition[cancel,start,run,end] events
This commit is contained in:
parent
a2ab3769f4
commit
1c61ccef40
Notes:
github-actions[bot]
2024-12-25 16:15:01 +00:00
Author: https://github.com/LucasChollet
Commit: 1c61ccef40
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3024
6 changed files with 152 additions and 1 deletions
|
@ -111,6 +111,8 @@ public:
|
|||
|
||||
auto release_saved_cancel_time() { return move(m_saved_cancel_time); }
|
||||
|
||||
double associated_effect_end() const;
|
||||
|
||||
protected:
|
||||
Animation(JS::Realm&);
|
||||
|
||||
|
@ -133,7 +135,6 @@ private:
|
|||
No,
|
||||
};
|
||||
|
||||
double associated_effect_end() const;
|
||||
double effective_playback_rate() const;
|
||||
|
||||
void apply_any_pending_playback_rate();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue