From 082abf9998dd3ab24c57b86771817898248163dc Mon Sep 17 00:00:00 2001 From: Luke Wilde Date: Sat, 1 Oct 2022 01:58:35 +0100 Subject: [PATCH] Base: Add rotateX, rotateY, rotateZ and matrix3d examples for transform --- Base/res/html/misc/transform.html | 242 +++++++++++++++++++++++++++++- 1 file changed, 240 insertions(+), 2 deletions(-) diff --git a/Base/res/html/misc/transform.html b/Base/res/html/misc/transform.html index 141dca6501..58c09eb72b 100644 --- a/Base/res/html/misc/transform.html +++ b/Base/res/html/misc/transform.html @@ -11,7 +11,7 @@ .container { display: inline-flex; flex-direction: column; - width: 60em; + width: 95em; } .example { @@ -23,7 +23,7 @@ background-color: #ccc; } - .example > style { + .example > style, .example > noscript > style { display: block; font-family: monospace; margin: 0 3em 0 10em; @@ -49,6 +49,7 @@

This is based on the examples for transform-origin on MDN

+

css-transforms-1

 
@@ -164,6 +165,243 @@ transform-origin: 100% -30%; }
+

css-transforms-2

+
+
+
 
+
 
+
+ + +
+
+
+
 
+
 
+
+ + +
+
+
+
 
+
 
+
+ + +
+
+
+
 
+
 
+
+ + +
+
+
+
 
+
 
+
+ + +
+
+
+
 
+
 
+
+ + +
+
+
+
 
+
 
+
+ + +
+
+
+
 
+
 
+
+ + +
+