Mission Control Dashboard - Initial implementation
This commit is contained in:
7
node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.mjs
generated
vendored
Normal file
7
node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
function makeAnimationInstant(options) {
|
||||
options.duration = 0;
|
||||
options.type = "keyframes";
|
||||
}
|
||||
|
||||
export { makeAnimationInstant };
|
||||
//# sourceMappingURL=make-animation-instant.mjs.map
|
||||
Reference in New Issue
Block a user