UNPKG

react-native-autocomplete-dropdown

Version:

Dropdown Item picker with search and autocomplete (typeahead) functionality for react native

35 lines (34 loc) 572 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fadeInUpShort = exports.fadeInDownShort = void 0; const fadeInDownShort = exports.fadeInDownShort = { 0: { opacity: 0, transform: [{ translateY: -20 }] }, 1: { opacity: 1, transform: [{ translateY: 0 }] } }; const fadeInUpShort = exports.fadeInUpShort = { 0: { opacity: 0, transform: [{ translateY: 20 }] }, 1: { opacity: 1, transform: [{ translateY: 0 }] } }; //# sourceMappingURL=helpers.js.map