This repository contains the slides I use to make educational content for YouTube.
Some projects use older Animotion versions, but you can still look at the utilities I use for the slides and use them in your own projects.
I plan to include the most used and tested utilities eventually as part of Animotion, but for now I'm keeping them here as they're constantly evolving to suit my needs.
The simplest way to try any of the examples is to cd into the directory you're interested in, install the dependencies, and run the development server.
Install dependencies using the package manager of your choice:
pnpm iRun the development server at http://localhost:5173/:
pnpm run devBuilding the project:
pnpm run buildYou can preview the build at http://localhost:5174/:
pnpm run preview