Skip to content

Commit

Permalink
LibWeb: Implement complex transform interpolation
Browse files Browse the repository at this point in the history
With this commit, we can interpolate between transforms whose functions
don't match. For example:
    translate(100px) -> scale(2) translateX(50px)
  • Loading branch information
mattco98 authored and awesomekling committed Mar 2, 2024
1 parent 892f407 commit 6d0672e
Showing 1 changed file with 323 additions and 25 deletions.
Loading

0 comments on commit 6d0672e

Please sign in to comment.