mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +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
|
@ -118,6 +118,7 @@ public:
|
|||
bool is_in_the_active_phase() const;
|
||||
bool is_in_the_idle_phase() const;
|
||||
|
||||
// Keep this enum up to date with CSSTransition::Phase.
|
||||
enum class Phase {
|
||||
Before,
|
||||
Active,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue