UNPKG

@smoovy/tween

Version:
8 lines (7 loc) 225 B
"use strict"; import * as easings from "./easing"; export { easings }; export { tween } from "./helper"; export { Tween } from "./tween"; export { Timeline } from "./timeline"; export { TweenController } from "./controller";