react-animation-presets
v0.1.2
Published
Welcome to the React animation presets project. This project will give an overview of reusable animations used within Oberon projects.
Downloads
6
Readme
React animation presets
Welcome to the React animation presets project. This project will give an overview of reusable animations used within Oberon projects.
Development setup
npm install
to install dependenciesnpm start
to run the project locally on localhost:3000npm run build
to create a build in the /public folder. This uses the configuration in side the /.storybook directory
Main focus:
- Structured overview of different animations.
- Each animation is a reusable component (preferably with customizable styles)
TODO's:
- Setup example component structure
- Add option to live edit the components
- Export the components nicely
- Create a few example animations