This is a companion repository for the talk "Animations in React". The talk focused on react-motion and how it can make making animations a lot easier.
The slides for the talk can be found here: https://slides.com/abinavseelan/animations-in-react
The talk was given at ReactJS Bangalore Meetup 34
This repo was set up using jaldi ⚡️
- Clone the repo
- Install all the dependencies using npm
npm install
- Run the server!
npm run start:dev
The completed examples can be found in the Final
folder. The Live
folder contains the initial boilerplate code for the demos in Final
, and can be used to live code the demos present in Final
.
If you see any glaring mistakes in the demos or in my approach, feel free to raise an issue, or a pull request to this repository! 😄