UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

8 lines (7 loc) 311 B
/** * Think of this as the motion equivalent of the @atlaskit/theme `grid()`. */ export declare const durationStep = 25; export type Durations = 'none' | 'small' | 'medium' | 'large'; export declare const durations: Record<Durations, number>; export declare const exitingDurations: Record<Durations, number>;