UNPKG

@smoovy/tween

Version:
7 lines (6 loc) 211 B
import * as easings from './easing'; export { easings }; export { tween } from './helper'; export { Tween } from './tween'; export { Timeline } from './timeline'; export { TweenController } from './controller';