UNPKG

595 BJavaScriptView Raw
1import { Ticker, Plugins, Easing } from 'tween-one';
2import TweenOne from './TweenOne';
3import TweenOneGroup from './TweenOneGroup';
4import ChildrenPlugin from './plugin/ChildrenPlugin';
5import PathMotionPlugin from './plugin/PathMotionPlugin';
6import SvgDrawPlugin from './plugin/SvgDrawPlugin';
7import SvgMorphPlugin from './plugin/SvgMorphPlugin';
8export * from './type';
9export { Easing, Ticker, Plugins, TweenOneGroup, ChildrenPlugin, PathMotionPlugin, SvgDrawPlugin, SvgMorphPlugin };
10TweenOne.plugins = Plugins;
11TweenOne.ticker = Ticker;
12TweenOne.easing = Easing;
13export default TweenOne;
\No newline at end of file