animejs
Version:
JavaScript animation engine
14 lines (12 loc) • 408 B
JavaScript
/**
* Anime.js - easings - ESM
* @version v4.3.6
* @license MIT
* @copyright 2026 - Julian Garnier
*/
export { cubicBezier } from './cubic-bezier/index.js';
export { steps } from './steps/index.js';
export { linear } from './linear/index.js';
export { irregular } from './irregular/index.js';
export { Spring, createSpring, spring } from './spring/index.js';
export { eases } from './eases/parser.js';