UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines (6 loc) 183 B
'use strict'; import type { CSSTransitionBehavior } from '../../../../types'; export const VALID_TRANSITION_BEHAVIORS: CSSTransitionBehavior[] = [ 'normal', 'allow-discrete', ];