UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

9 lines (8 loc) 541 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'; export type { AnimateKeyframesMotionProps } from '../entering/animate-in';