UNPKG

animejs

Version:

JavaScript animation engine

9 lines (8 loc) 193 B
/** * @import { * EasingFunction, * } from '../types/index.js' */ /** @type {EasingFunction} */ export const none: EasingFunction; import type { EasingFunction } from '../types/index.js';