@visactor/vgrammar-core
Version:
VGrammar is a visual grammar library
8 lines (7 loc) • 424 B
TypeScript
import type { IElement, TypeAnimation } from '../../../types';
export declare const growCenterIn: TypeAnimation<IElement>;
export declare const growCenterOut: TypeAnimation<IElement>;
export declare const growWidthIn: TypeAnimation<IElement>;
export declare const growWidthOut: TypeAnimation<IElement>;
export declare const growHeightIn: TypeAnimation<IElement>;
export declare const growHeightOut: TypeAnimation<IElement>;