UNPKG
@rc-component/menu
Version:
latest (1.2.0)
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
menu ui component for react
github.com/react-component/menu
react-component/menu
@rc-component/menu
/
es
/
utils
/
motionUtil.js
9 lines
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
function
getMotion
(
mode, motion, defaultMotions
) {
if
(motion) {
return
motion; }
if
(defaultMotions) {
return
defaultMotions[mode] || defaultMotions.
other
; }
return
undefined
; }