UNPKG

wetrade-design

Version:

一款多语言支持Vue3的UI框架

16 lines 330 B
export function getMotion(_ref) { var prefixCls = _ref.prefixCls, animation = _ref.animation, transitionName = _ref.transitionName; if (animation) { return { name: "".concat(prefixCls, "-").concat(animation) }; } if (transitionName) { return { name: transitionName }; } return {}; }