package.dist.index.es.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
A collection of utility functions for animations.
export { addUniqueItem, removeItem } from './array.es.js';
export { clamp } from './clamp.es.js';
export { defaults } from './defaults.es.js';
export { getEasingForSegment } from './easing.es.js';
export { interpolate } from './interpolate.es.js';
export { isCubicBezier, isEasingGenerator, isEasingList, isNumber, isString } from './is.es.js';
export { mix } from './mix.es.js';
export { noop, noopReturn } from './noop.es.js';
export { defaultOffset, fillOffset } from './offset.es.js';
export { progress } from './progress.es.js';
export { time } from './time.es.js';
export { velocityPerSecond } from './velocity.es.js';
export { wrap } from './wrap.es.js';