From 53a247dbe14dbc90c45ead180ef9687771a220bc Mon Sep 17 00:00:00 2001 From: Matthew Olsson Date: Wed, 28 Feb 2024 18:53:10 -0700 Subject: [PATCH] Base: Extend the web-animations demo to showcase complex transforms --- Base/res/html/misc/web-animations.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/Base/res/html/misc/web-animations.html b/Base/res/html/misc/web-animations.html index 18349e741c..a6acfa87be 100644 --- a/Base/res/html/misc/web-animations.html +++ b/Base/res/html/misc/web-animations.html @@ -35,6 +35,12 @@ background-color: blue; border-radius: 10px; } + + #box4 { + height: 50px; + top: 600px; + left: 50px; + } @@ -51,6 +57,7 @@
+