UNPKG

animare

Version:

Advanced animation library for modern JavaScript.

6 lines (5 loc) 228 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';