Example of using some simple trigonometry and interpolation functions to achieve really beautiful effects.
- Implemented in vanilla TypeScript + SCSS.
- No external libs.
- Framework-agnostic.
- All regular DOM, no canvas.
To build and run project ensure that pnpm
is installed globally and then run:
pnpm install && pnpm dev