UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

6 lines (5 loc) 309 B
'use strict'; export const VALID_ANIMATION_DIRECTIONS = new Set(['normal', 'reverse', 'alternate', 'alternate-reverse']); export const VALID_FILL_MODES = new Set(['none', 'forwards', 'backwards', 'both']); export const VALID_PLAY_STATES = new Set(['running', 'paused']); //# sourceMappingURL=constants.js.map