@visactor/vrender-animate
Version:
This module provides a graph-based animation system for VRender.
6 lines (5 loc) • 499 B
TypeScript
import { MotionPath } from './motionPath';
import { GrowIn, GrowOut, MoveRotateIn, MoveRotateOut, MoveScaleIn, MoveScaleOut, PulseAnimate, SlideIn, SlideOut, SpinIn, SpinOut, StrokeIn, StrokeOut } from './story';
import { StreamLight } from './streamLight';
export declare const registerStoryCustomAnimate: () => void;
export { MotionPath, SlideIn, GrowIn, SpinIn, MoveScaleIn, MoveRotateIn, SlideOut, GrowOut, SpinOut, MoveScaleOut, MoveRotateOut, StrokeIn, StrokeOut, PulseAnimate, StreamLight };