UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

7 lines (6 loc) 245 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>;