react-native-autocomplete-dropdown
Version:
Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
31 lines (30 loc) • 413 B
JavaScript
"use strict";
export const fadeInDownShort = {
0: {
opacity: 0,
transform: [{
translateY: -20
}]
},
1: {
opacity: 1,
transform: [{
translateY: 0
}]
}
};
export const fadeInUpShort = {
0: {
opacity: 0,
transform: [{
translateY: 20
}]
},
1: {
opacity: 1,
transform: [{
translateY: 0
}]
}
};
//# sourceMappingURL=helpers.js.map