UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

8 lines (7 loc) 466 B
export type { Transition, Direction } from '../entering/types'; export type { AnimationCurve } from '../utils/curves'; export type { FadeKeyframesMotionProps } from '../entering/fade-in'; export type { ExitingPersistenceProps } from '../entering/exiting-persistence'; export type { ShrinkOutProps } from '../entering/shrink-out'; export type { SlideInProps } from '../entering/slide-in'; export type { StaggeredEntranceProps } from '../entering/staggered-entrance';