UNPKG

tweenkle

Version:

Lightweight tweening library for all your tweening and animation needs.

24 lines 509 B
import Back from './Back'; import Bounce from './Bounce'; import Circ from './Circ'; import Cubic from './Cubic'; import Elastic from './Elastic'; import Expo from './Expo'; import Linear from './Linear'; import Quad from './Quad'; import Quart from './Quart'; import Quint from './Quint'; import Sine from './Sine'; export default { Back: Back, Bounce: Bounce, Circ: Circ, Cubic: Cubic, Elastic: Elastic, Expo: Expo, Linear: Linear, Quad: Quad, Quart: Quart, Quint: Quint, Sine: Sine };