UNPKG

animare

Version:

Advanced animation library for modern JavaScript.

6 lines 263 B
export { autoPause } from './autoPause.js'; export { ease } from './ease/index.js'; export { lerp } from './lerp.js'; export { scrollAnimation } from './scrollAnimation.js'; export { vecToHSL, vecToRGB } from './vecToColor.js'; //# sourceMappingURL=index.d.ts.map