first commit
This commit is contained in:
9
frontend/node_modules/rc-menu/es/utils/motionUtil.js
generated
vendored
Normal file
9
frontend/node_modules/rc-menu/es/utils/motionUtil.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export function getMotion(mode, motion, defaultMotions) {
|
||||
if (motion) {
|
||||
return motion;
|
||||
}
|
||||
if (defaultMotions) {
|
||||
return defaultMotions[mode] || defaultMotions.other;
|
||||
}
|
||||
return undefined;
|
||||
}
|
||||
Reference in New Issue
Block a user