Description:
animated-timeline is an animation library for React which makes it painless to create playback based animations.
Features:
- Controls for time-based execution of an animation
- Create sequence based animations
- Timing based animations
- Change the animation position along the timeline by seeking the animation
- Keyframes
- Promise based APIs
- Interactive animations based on changing inputs
- Spring physics and bounciness
Installation:
# NPM $ npm install animated-timeline --save
