UNPKG

@rc-component/menu

Version:
15 lines (14 loc) 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getMotion = getMotion; function getMotion(mode, motion, defaultMotions) { if (motion) { return motion; } if (defaultMotions) { return defaultMotions[mode] || defaultMotions.other; } return undefined; }