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