Files
ladybird/Libraries/LibWeb/CSS
Aliaksandr Kalenik 36a255eedd LibWeb: Fix glitchy CSS transitions
`start_needed_transitions()` decides which animations need to be started
based on previous and current style property values. Before this change,
we were using the style value without animations applied as the
"current" value. This caused issues such as starting a new transition
from the animation’s end value when an ongoing animation was
interrupted.
2025-05-28 17:35:59 +01:00
..
2024-12-28 05:39:32 -08:00
2024-12-28 05:39:32 -08:00
2025-05-14 02:01:59 -06:00