react-animation-presets
Version:
Welcome to the React animation presets project. This project will give an overview of reusable animations used within Oberon projects.
22 lines (18 loc) • 866 B
Markdown
# 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 dependencies
- `npm start` to run the project locally on localhost:3000
- `npm 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
## This project uses:
- [Storybook](https://github.com/storybooks/storybook)
- [Styled Components](https://www.styled-components.com/)
- [GSAP](https://greensock.com/)