Files
xiaokuaisong-shangjia/p-BluPrint_1.0.288888/node_modules/zrender/lib/svg/cssAnimation.d.ts

6 lines
352 B
TypeScript
Raw Normal View History

2025-08-18 10:01:04 +08:00
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;