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.
This commit is contained in:
Matthew Olsson
2024-06-14 21:27:23 -07:00
committed by Andreas Kling
parent 6675ef3f24
commit 667e313731
Notes: sideshowbarker 2024-07-16 22:51:10 +09:00
9 changed files with 405 additions and 192 deletions

View File

@@ -0,0 +1 @@
PASS