Files
ladybird/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp
Matthew Olsson 6d0672eec0 LibWeb: Implement complex transform interpolation
With this commit, we can interpolate between transforms whose functions
don't match. For example:
    translate(100px) -> scale(2) translateX(50px)
2024-03-02 12:25:53 +01:00

113 KiB