UNPKG

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.)

8 lines 409 B
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";