UNPKG

kinetic-components

Version:

Use CSS animations or your favorite JS animation library to animate a single React component or orchestrate animations amongst a collection of React components.

6 lines (5 loc) 185 B
import Animate from './animate'; import Animatable from './animatable'; import predicates from './predicates'; export * from './types'; export { Animate, Animatable, predicates };