UNPKG

@visactor/vrender-animate

Version:

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

29 lines (28 loc) 2.29 kB
import { ClipIn, ClipOut } from './clip'; import { FadeIn, FadeOut } from './fade'; 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 { InputText } from './input-text'; import { LabelItemAppear, LabelItemDisappear } from './label-item-animate'; import { IncreaseCount } from './number'; import { PoptipAppear, PoptipDisappear } from './poptip-animate'; import { InputRichText } from './richtext/input-richtext'; import { OutputRichText } from './richtext/output-richtext'; import { SlideRichText } from './richtext/slide-richtext'; import { SlideOutRichText } from './richtext/slide-out-richtext'; import { ScaleIn, ScaleOut } from './scale'; import { State } from './state'; import { GrowIn, GrowOut, MoveRotateIn, MoveRotateOut, MoveScaleIn, MoveScaleOut, PulseAnimate, SlideIn, SlideOut, SpinIn, SpinOut, StrokeIn, StrokeOut } from './story'; import { Update } from './update'; import { MoveIn, MoveOut } from './move'; import { RotateIn, RotateOut } from './rotate'; import { MotionPath } from './motionPath'; import { FromTo } from './fromTo'; import { GroupFadeIn, GroupFadeOut } from './groupFade'; import { StreamLight } from './streamLight'; export declare const registerCustomAnimate: () => void; export { ClipIn, ClipOut, FadeIn, FadeOut, GrowAngleIn, GrowAngleOut, GrowCenterIn, GrowCenterOut, GrowHeightIn, GrowHeightOut, GrowPointsIn, GrowPointsOut, GrowPointsXIn, GrowPointsXOut, GrowPointsYIn, GrowPointsYOut, GrowRadiusIn, GrowRadiusOut, GrowWidthIn, GrowWidthOut, IncreaseCount, PoptipAppear, PoptipDisappear, ScaleIn, ScaleOut, MoveIn, MoveOut, RotateIn, RotateOut, State, Update, MotionPath, LabelItemAppear, LabelItemDisappear, InputText, InputRichText, OutputRichText, SlideRichText, SlideOutRichText, SlideIn, GrowIn, SpinIn, MoveScaleIn, MoveRotateIn, SlideOut, GrowOut, SpinOut, MoveScaleOut, MoveRotateOut, StrokeIn, StrokeOut, PulseAnimate, GroupFadeIn, GroupFadeOut, FromTo, StreamLight };