LibWeb/DOM: Fire transition[cancel,start,run,end] events

This commit is contained in:
Lucas CHOLLET 2024-12-22 18:26:52 -05:00 committed by Andreas Kling
commit 1c61ccef40
Notes: github-actions[bot] 2024-12-25 16:15:01 +00:00
6 changed files with 152 additions and 1 deletions

View file

@ -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,