UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

10 lines 193 B
/** * Think of this as the motion equivalent of the @atlaskit/theme `grid()`. */ export var durationStep = 25; export var durations = { none: 0, small: 100, medium: 350, large: 700 };