UNPKG

earthtoday-react-motion

Version:

A spring that solves your animation problems.

11 lines (9 loc) 431 B
/* @flow */ export { default as Motion } from './Motion'; export { default as StaggeredMotion } from './StaggeredMotion'; export { default as TransitionMotion } from './TransitionMotion'; export { default as spring } from './spring'; export { default as presets } from './presets'; export { default as stripStyle } from './stripStyle'; // deprecated, dummy warning function export { default as reorderKeys } from './reorderKeys';