animatable-js
Version:
This package allows easy and light implementation of linear or curved animation in javascript. (Especially suitable in a development environment on web components or canvas.)
9 lines (8 loc) • 403 B
TypeScript
export { Ticker } from "./ticker";
export { Animatable, AnimationStatus } from "./animatable";
export { Animation } from "./animation";
export { AnimationListenable } from "./animation_listenable";
export { AnimationController } from "./animation_controller";
export { Tween, NumberTween, ColorTween } from "./tween";
export { Cubic, CubicPoint, Curve } from "./cubic";
export { Color } from "./color";