mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Set transition property name when firing transition events
This commit is contained in:
parent
aa9f556500
commit
c1a3b95176
Notes:
github-actions[bot]
2025-04-29 10:24:58 +00:00
Author: https://github.com/tcl3
Commit: c1a3b95176
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4518
Reviewed-by: https://github.com/gmta ✅
4 changed files with 177 additions and 13 deletions
|
@ -2714,8 +2714,8 @@ void Document::dispatch_events_for_transition(GC::Ref<CSS::CSSTransition> transi
|
|||
type,
|
||||
CSS::TransitionEventInit {
|
||||
{ .bubbles = true },
|
||||
// FIXME: Correctly set property_name and pseudo_element
|
||||
String {},
|
||||
// FIXME: Correctly set pseudo_element
|
||||
MUST(String::from_utf8(transition->transition_property())),
|
||||
elapsed_time,
|
||||
String {},
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue