easy to use animations with powerful orchestration for React.js 🧙✨
It's all about animation 🧙✨ - it can help with:
- Moving an element from one position to another
- Revealing elements like you see above
- Supporting animations by obstructing elements in view; and
- Hiding children elements until animations have completed to trick users 🤫
- Orchestrating when animations should happen and in what order
- Composing animations together to create composite animations, for example CrossFadeMove
- Anything you can imagine, seriously 🤩
yubaba has a peer dependency on emotion for some of the more advanced animations.
npm install yubaba react@^16.4.x react-dom@^16.4.x emotion@^9.x.x --saveor
yarn add yubaba react@^16.4.x react-dom@^16.4.x emotion@^9.x.x- First time here? After installing head over to Getting started to start learning the basics
- Interested in animating an element? Check out Focal animations
- For ready made experiences check out Composite components, just grab them and go!
- Having trouble? Maybe Troubleshooting has your answers
