UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

19 lines 861 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.transitions = void 0; var _reactNativeReanimated = require("react-native-reanimated"); var _createBoundedZoomTransition = require("./createBoundedZoomTransition"); var boundedZoomTransition200 = (0, _createBoundedZoomTransition.createBoundedZoomTransition)({ duration: 200 }); var transitions = exports.transitions = { boundedZoomIn200: boundedZoomTransition200.boundedZoomIn, boundedZoomOut200: boundedZoomTransition200.boundedZoomOut, fadeIn200: _reactNativeReanimated.FadeIn.duration(200), fadeOut200: _reactNativeReanimated.FadeOut.duration(200), layout200: _reactNativeReanimated.LinearTransition.duration(200), zoomIn200: _reactNativeReanimated.ZoomIn.duration(200), zoomOut200: _reactNativeReanimated.ZoomOut.duration(200) }; //# sourceMappingURL=transitions.js.map