Files
react/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.mjs
2025-12-28 20:50:08 +00:00

7 lines
135 B
JavaScript

function makeAnimationInstant(options) {
options.duration = 0;
options.type = "keyframes";
}
export { makeAnimationInstant };