dashboard/frontend/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.mjs

7 lines
135 B
JavaScript
Raw Normal View History

2025-12-16 08:16:27 +09:00
function makeAnimationInstant(options) {
options.duration = 0;
options.type = "keyframes";
}
export { makeAnimationInstant };