package.lib.index.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 * from "./array";
export * from "./clamp";
export * from "./defaults";
export * from "./easing";
export * from "./interpolate";
export * from "./is";
export * from "./mix";
export * from "./noop";
export * from "./offset";
export * from "./progress";
export * from "./time";
export * from "./velocity";
export * from "./wrap";
//# sourceMappingURL=index.js.map