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.
32 lines
670 B
32 lines
670 B
/**
|
|
* <zh/> 内置的动画元素。
|
|
* <en/> Built-in animations.
|
|
*/
|
|
export { executor } from './executor';
|
|
export declare const Fade: {
|
|
fields: string[];
|
|
}[];
|
|
export declare const Translate: {
|
|
fields: string[];
|
|
}[];
|
|
export declare const NodeCollapse: {
|
|
fields: string[];
|
|
}[];
|
|
export declare const NodeExpand: {
|
|
fields: string[];
|
|
}[];
|
|
export declare const PathIn: {
|
|
fields: string[];
|
|
}[];
|
|
export declare const PathOut: {
|
|
fields: string[];
|
|
}[];
|
|
export declare const ComboCollapse: {
|
|
fields: string[];
|
|
}[];
|
|
export declare const ComboExpand: {
|
|
fields: string[];
|
|
}[];
|
|
export declare const ComboCollapseExpand: {
|
|
fields: string[];
|
|
}[];
|
|
|