@fluentui/react-northstar
Version:
A themable React component library.
16 lines (14 loc) • 636 B
JavaScript
exports.__esModule = true;
exports.animations = void 0;
var _scale = require("./scale");
var _fade = require("./fade");
var _slide = require("./slide");
var animations = Object.assign({}, _fade.fadeInOutAnimations, _scale.scaleAnimations, _slide.slideAnimations, {
'carousel-slide-to-next-enter': _slide.slideAnimations.slideLeftEnterNormal,
'carousel-slide-to-previous-enter': _slide.slideAnimations.slideRightEnterNormal,
'popup-show': _fade.fadeInOutAnimations.fadeEnterUltraFast,
'popup-hide': _fade.fadeInOutAnimations.fadeExitUltraFast
});
exports.animations = animations;
//# sourceMappingURL=index.js.map
;