experiments/README.md
2025-04-14 16:17:34 +10:00

16 lines
404 B
Markdown

---
title: Experiments
---
# Experiments
Small micro-projects that fit into a single HTML file. Used to experiment and mess around with native web features.
## List
- [Animated background grid](./src/tiling.html)
- [Swipeable scrolling](./src/scrolling.html)
- [88x31](./src/88x31.html)
- [Spawning queues](./src/spawning.html) - Fireworks!
- [Animated linear gradients](./src/linear-gradients.html)