@atlaskit/motion
Version:
A set of utilities to apply motion in your application.
18 lines (17 loc) • 395 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "durationStep", {
enumerable: true,
get: function get() {
return _durations.durationStep;
}
});
Object.defineProperty(exports, "durations", {
enumerable: true,
get: function get() {
return _durations.durations;
}
});
var _durations = require("../utils/durations");