mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
LibWeb: Allow percentages on CSS transform scale functions
This commit is contained in:
parent
57ea3e160a
commit
c443f80137
9 changed files with 63 additions and 11 deletions
|
@ -18,8 +18,11 @@
|
|||
"translateX(1px)",
|
||||
"translateY(1%)",
|
||||
"scale(1, 2)",
|
||||
"scale(100%, 200%)",
|
||||
"scaleX(2)",
|
||||
"scaleX(200%)",
|
||||
"scaleY(2.5)",
|
||||
"scaleY(250%)",
|
||||
"rotate(1deg)",
|
||||
"rotateX(1rad)",
|
||||
"rotateY(1grad)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue