A collection of animation and interaction experiments for learning.
Install dependencies:
pnpm installRun the development server:
pnpm devOpen http://localhost:3000 to view the experiments.
Each experiment has a starter and solution version:
- Starter: Your starting point to implement the exercise
- Solution: The completed implementation for reference
To switch between versions, edit the experiment's page.tsx file and change the import from starter to solution (or vice versa).