16 lines
404 B
Markdown
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)
|