UNPKG

@visactor/vrender-animate

Version:

This module provides a graph-based animation system for VRender.

18 lines (17 loc) 1.21 kB
import { ClipIn, ClipOut } from './clip'; import { FadeIn, FadeOut } from './fade'; import { FromTo } from './fromTo'; import { GrowAngleIn, GrowAngleOut } from './growAngle'; import { GrowCenterIn, GrowCenterOut } from './growCenter'; import { GrowHeightIn, GrowHeightOut } from './growHeight'; import { GrowPointsIn, GrowPointsOut, GrowPointsXIn, GrowPointsXOut, GrowPointsYIn, GrowPointsYOut } from './growPoints'; import { GrowRadiusIn, GrowRadiusOut } from './growRadius'; import { GrowWidthIn, GrowWidthOut } from './growWidth'; import { MoveIn, MoveOut } from './move'; import { IncreaseCount } from './number'; import { RotateIn, RotateOut } from './rotate'; import { ScaleIn, ScaleOut } from './scale'; import { State } from './state'; import { Update } from './update'; export declare const registerBasicCustomAnimate: () => void; export { ClipIn, ClipOut, FadeIn, FadeOut, FromTo, GrowAngleIn, GrowAngleOut, GrowCenterIn, GrowCenterOut, GrowHeightIn, GrowHeightOut, GrowPointsIn, GrowPointsOut, GrowPointsXIn, GrowPointsXOut, GrowPointsYIn, GrowPointsYOut, GrowRadiusIn, GrowRadiusOut, GrowWidthIn, GrowWidthOut, MoveIn, MoveOut, IncreaseCount, RotateIn, RotateOut, ScaleIn, ScaleOut, State, Update };