8 lines
187 B
JavaScript
8 lines
187 B
JavaScript
function makeAnimationInstant(options) {
|
|
options.duration = 0;
|
|
options.type = "keyframes";
|
|
}
|
|
|
|
export { makeAnimationInstant };
|
|
//# sourceMappingURL=make-animation-instant.mjs.map
|