逐步完成前后端服务器
This commit is contained in:
5
frontend/node_modules/zrender/lib/svg/cssAnimation.d.ts
generated
vendored
Normal file
5
frontend/node_modules/zrender/lib/svg/cssAnimation.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import Displayable from '../graphic/Displayable';
|
||||
import { SVGVNodeAttrs, BrushScope } from './core';
|
||||
export declare const EASING_MAP: Record<string, string>;
|
||||
export declare const ANIMATE_STYLE_MAP: Record<string, string>;
|
||||
export declare function createCSSAnimation(el: Displayable, attrs: SVGVNodeAttrs, scope: BrushScope, onlyShape?: boolean): void;
|
Reference in New Issue
Block a user