ladybird/Tests/LibWeb/Text/expected/WebAnimations
Matthew Olsson 667e313731 LibWeb: Parse easing values manually
The values aren't that complex, so it doesn't make much sense to have a
dedicated generator for them. Parsing them manually also allows us to
have much more control over the produced values, so as a result of this
change, EasingStyleValue becomes much more ergonomic.
2024-06-16 07:12:46 +02:00
..
animation-effect LibWeb: Add animation-effect method tests 2024-03-30 19:26:58 +01:00
animation-methods LibWeb: Handle persisting an animation after it has been removed 2024-06-02 16:07:12 +02:00
animation-properties LibWeb: Detect explicit null timeline given in KeyframeAnimationOptions 2024-05-29 08:18:24 +02:00
misc LibWeb: Parse easing values manually 2024-06-16 07:12:46 +02:00
transitions LibWeb: Fix crash for calculated transition duration/delays 2024-04-06 19:35:27 +01:00