@visactor/vrender-animate
Version:
This module provides a graph-based animation system for VRender.
15 lines (11 loc) • 608 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.registerAnimate = void 0;
const base_1 = require("@visactor/vrender-core/graphic/base"), vutils_1 = require("@visactor/vutils"), graphic_extension_1 = require("./state/graphic-extension"), animate_extension_1 = require("./animate-extension");
function registerAnimate() {
(0, vutils_1.mixin)(base_1.Graphic, graphic_extension_1.GraphicStateExtension),
(0, vutils_1.mixin)(base_1.Graphic, animate_extension_1.AnimateExtension);
}
exports.registerAnimate = registerAnimate;
//# sourceMappingURL=register.js.map