mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 09:21:55 +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
|
@ -785,6 +785,7 @@ private:
|
|||
|
||||
Element* find_a_potential_indicated_element(FlyString const& fragment) const;
|
||||
|
||||
void dispatch_events_for_transition(GC::Ref<CSS::CSSTransition>);
|
||||
void dispatch_events_for_animation_if_necessary(GC::Ref<Animations::Animation>);
|
||||
|
||||
template<typename GetNotifier, typename... Args>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue