All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.util.easing.mjs Maven / Gradle / Ivy

export const standardEasing = 'cubic-bezier(0.4, 0, 0.2, 1)';
export const deceleratedEasing = 'cubic-bezier(0.0, 0, 0.2, 1)'; // Entering
export const acceleratedEasing = 'cubic-bezier(0.4, 0, 1, 1)'; // Leaving
//# sourceMappingURL=easing.mjs.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy