![JAR search and dependency download from the Maven repository](/logo.png)
package.dist.defaults.cjs.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.
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
const defaults = {
duration: 0.3,
delay: 0,
endDelay: 0,
repeat: 0,
easing: "ease",
};
exports.defaults = defaults;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy