1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:07:45 +00:00

LibWeb: Add a demo for web-animations

This commit is contained in:
Matthew Olsson 2024-02-23 09:01:55 -07:00 committed by Andreas Kling
parent fc62989f1a
commit 83fd28e089
2 changed files with 88 additions and 0 deletions

View file

@ -203,6 +203,7 @@
<li><a href="trigonometry.html">canvas + trigonometry functions</a></li>
<li><a href="canvas-global-alpha.html">canvas globalAlpha</a></li>
<li><a href="canvas-path2d.html">Path2D</a></li>
<li><a href="web-animations.html">Web Animations</a></li>
<li><a href="webgl-clear-color-and-multiple-contexts.html">WebGL Demo - Multiple Contexts and glClear(Color)</a></li>
<li><h3>Wasm</h3></li>
<li><a href="mandelbrot-wasm.html">WebAssembly Mandelbrot Rendering Demo</a></li>