From 83fd28e0896391df3c5cf1d463fc923c5bca7683 Mon Sep 17 00:00:00 2001 From: Matthew Olsson Date: Fri, 23 Feb 2024 09:01:55 -0700 Subject: [PATCH] LibWeb: Add a demo for web-animations --- Base/res/html/misc/web-animations.html | 87 ++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 88 insertions(+) create mode 100644 Base/res/html/misc/web-animations.html diff --git a/Base/res/html/misc/web-animations.html b/Base/res/html/misc/web-animations.html new file mode 100644 index 0000000000..18349e741c --- /dev/null +++ b/Base/res/html/misc/web-animations.html @@ -0,0 +1,87 @@ + + + + + + + + + + + + + +
+
+
+
+
+ + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 243080ba87..fe69ba6915 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -203,6 +203,7 @@
  • canvas + trigonometry functions
  • canvas globalAlpha
  • Path2D
  • +
  • Web Animations
  • WebGL Demo - Multiple Contexts and glClear(Color)
  • Wasm

  • WebAssembly Mandelbrot Rendering Demo