UNPKG

animejs

Version:

JavaScript animation engine

16 lines (10 loc) 275 B
/** * Anime.js - animatable - CJS * @version v4.3.6 * @license MIT * @copyright 2026 - Julian Garnier */ 'use strict'; var animatable = require('./animatable.cjs'); exports.Animatable = animatable.Animatable; exports.createAnimatable = animatable.createAnimatable;