@atlaskit/motion
Version:
A set of utilities to apply motion in your application.
16 lines (15 loc) • 353 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.durations = exports.durationStep = void 0;
/**
* Think of this as the motion equivalent of the @atlaskit/theme `grid()`.
*/
var durationStep = exports.durationStep = 25;
var durations = exports.durations = {
none: 0,
small: 100,
medium: 350,
large: 700
};