ICT30016-Assignment-3/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.mjs
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

6 lines
137 B
JavaScript

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