UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

17 lines (16 loc) 599 B
/** * @deprecated Import from the generated per-export subpath instead. */ export { isReducedMotion } from '../utils/is-reduced-motion'; /** * @deprecated Import from the generated per-export subpath instead. */ export { useIsReducedMotion } from '../utils/use-is-reduced-motion'; /** * @deprecated Import from the generated per-export subpath instead. */ export { prefersReducedMotion } from '../utils/accessibility'; /** * @deprecated Import from the generated per-export subpath instead. */ export { reduceMotionAsPerUserPreference } from '../utils/reduce-motion-as-per-user-preference';