mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +00:00
LibWeb: Reset animated CSS properties for pseudo elements
Previously we were resetting animated properties if animation effect's target is not a pseudo element.
This commit is contained in:
parent
c5071c9025
commit
6a029fb6d9
Notes:
github-actions[bot]
2025-05-28 16:37:19 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 6a029fb6d9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4903
Reviewed-by: https://github.com/tcl3 ✅
6 changed files with 8 additions and 13 deletions
|
@ -216,8 +216,6 @@ public:
|
|||
void set_pseudo_element_computed_properties(CSS::PseudoElement, GC::Ptr<CSS::ComputedProperties>);
|
||||
GC::Ptr<CSS::ComputedProperties> pseudo_element_computed_properties(CSS::PseudoElement);
|
||||
|
||||
void reset_animated_css_properties();
|
||||
|
||||
GC::Ptr<CSS::CSSStyleProperties> inline_style() { return m_inline_style; }
|
||||
GC::Ptr<CSS::CSSStyleProperties const> inline_style() const { return m_inline_style; }
|
||||
void set_inline_style(GC::Ptr<CSS::CSSStyleProperties>);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue