Files
ladybird/Libraries/LibWeb/Animations/AnimationEffect.cpp
Gustavo Ramirez 108701c899 LibWeb/CSS: Refactor phase() method to reduce redundancy
The function AnimationEffect::phase() contained duplicated condition
checks for the animation phase determination. This refactor eliminates
the redundant checks by simplifying the logic.
2024-12-15 10:05:08 +00:00

26 KiB