UNPKG

@audira/carbon-react-native

Version:

Build React Native apps with component and shared patterns using Carbon

18 lines (17 loc) 718 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Motion = void 0; var _reactNative = require("react-native"); var _carbonReactNativeElements = require("@audira/carbon-react-native-elements"); const Motion = exports.Motion = { toOpen: { duration: _carbonReactNativeElements.Motion.Duration.fast_02, easing: _reactNative.Easing.bezier(_carbonReactNativeElements.Motion.Easing.entrance.productive.x1, _carbonReactNativeElements.Motion.Easing.entrance.productive.y1, _carbonReactNativeElements.Motion.Easing.entrance.productive.x2, _carbonReactNativeElements.Motion.Easing.entrance.productive.y2) }, toClose: { duration: 0 } }; //# sourceMappingURL=_motion.js.map