版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12345
  1. import Displayable from '../graphic/Displayable';
  2. import { SVGVNodeAttrs, BrushScope } from './core';
  3. export declare const EASING_MAP: Record<string, string>;
  4. export declare const ANIMATE_STYLE_MAP: Record<string, string>;
  5. export declare function createCSSAnimation(el: Displayable, attrs: SVGVNodeAttrs, scope: BrushScope, onlyShape?: boolean): void;