@visactor/vrender-animate
Version:
This module provides a graph-based animation system for VRender.
4 lines (3 loc) • 394 B
TypeScript
import type { IAnimate, IGraphic } from '@visactor/vrender-core';
export declare function buildAnimationStaticCommitAttrs(target: IGraphic, keys: string[], animate?: IAnimate, fallbackAttrs?: Record<string, any>): Record<string, any> | null;
export declare function commitAnimationStaticAttrs(target: IGraphic, keys: string[], animate?: IAnimate, fallbackAttrs?: Record<string, any>): boolean;