mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
LibWeb: Add missing CSS Transforms Module Level 2 functions
This commit is contained in:
committed by
Andreas Kling
parent
c443f80137
commit
675b242e84
Notes:
sideshowbarker
2024-07-17 08:45:34 +09:00
Author: https://github.com/bplaat Commit: https://github.com/SerenityOS/serenity/commit/675b242e84 Pull-request: https://github.com/SerenityOS/serenity/pull/22601 Reviewed-by: https://github.com/nico
@@ -13,6 +13,9 @@
|
||||
"none",
|
||||
"matrix(1, 2, 3, 4, 5, 6)",
|
||||
"matrix3d(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16)",
|
||||
"perspective(none)",
|
||||
"perspective(0)",
|
||||
"perspective(4cm)",
|
||||
"translate(1%, 2px)",
|
||||
"translate3d(1%, 2px, 3em)",
|
||||
"translateX(1px)",
|
||||
@@ -23,10 +26,15 @@
|
||||
"scaleX(200%)",
|
||||
"scaleY(2.5)",
|
||||
"scaleY(250%)",
|
||||
"scaleZ(1.5)",
|
||||
"scaleZ(150%)",
|
||||
"scale3d(1, 2, 1.5)",
|
||||
"scale3d(100%, 200%, 150%)",
|
||||
"rotate(1deg)",
|
||||
"rotateX(1rad)",
|
||||
"rotateY(1grad)",
|
||||
"rotateZ(1turn)",
|
||||
"rotate3d(0, 1, 0, 45rad)",
|
||||
"skew(1deg, 1rad)",
|
||||
"skewX(1deg)",
|
||||
"skewY(1rad)",
|
||||
|
||||
Reference in New Issue
Block a user