first commit
This commit is contained in:
7
node_modules/motion-dom/dist/es/animation/utils/get-value-transition.mjs
generated
vendored
Normal file
7
node_modules/motion-dom/dist/es/animation/utils/get-value-transition.mjs
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
function getValueTransition(transition, key) {
|
||||
return (transition?.[key] ??
|
||||
transition?.["default"] ??
|
||||
transition);
|
||||
}
|
||||
|
||||
export { getValueTransition };
|
||||
Reference in New Issue
Block a user