You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1013 B
19 lines
1013 B
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ComboCollapseExpand = exports.ComboExpand = exports.ComboCollapse = exports.PathOut = exports.PathIn = exports.NodeExpand = exports.NodeCollapse = exports.Translate = exports.Fade = exports.executor = void 0;
|
|
/**
|
|
* <zh/> 内置的动画元素。
|
|
* <en/> Built-in animations.
|
|
*/
|
|
var executor_1 = require("./executor");
|
|
Object.defineProperty(exports, "executor", { enumerable: true, get: function () { return executor_1.executor; } });
|
|
exports.Fade = [{ fields: ['opacity'] }];
|
|
exports.Translate = [{ fields: ['x', 'y'] }];
|
|
exports.NodeCollapse = [{ fields: ['x', 'y'] }];
|
|
exports.NodeExpand = exports.NodeCollapse;
|
|
exports.PathIn = [{ fields: ['sourceNode', 'targetNode'] }];
|
|
exports.PathOut = exports.PathIn;
|
|
exports.ComboCollapse = [{ fields: ['childrenNode', 'x', 'y'] }];
|
|
exports.ComboExpand = exports.ComboCollapse;
|
|
exports.ComboCollapseExpand = [{ fields: ['childrenNode', 'x', 'y'] }];
|
|
//# sourceMappingURL=index.js.map
|