UNPKG

tweenkle

Version:

Lightweight tweening library for all your tweening and animation needs.

26 lines (24 loc) 436 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, Bounce, Circ, Cubic, Elastic, Expo, Linear, Quad, Quart, Quint, Sine, };