@visactor/vrender-core
Version:
## Description
13 lines (12 loc) • 368 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.DefaultMorphingAnimateConfig = exports.DefaultStateAnimateConfig = void 0,
exports.DefaultStateAnimateConfig = {
duration: 200,
easing: "cubicOut"
}, exports.DefaultMorphingAnimateConfig = {
duration: 1e3,
easing: "quadInOut"
};
//# sourceMappingURL=config.js.map