mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-30 19:37:21 +02:00
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. (cherry picked from commit 667e313731f06fabf2a3f75893c3e8f15a4172be, manually amended with the output of `git clang-format master`)