react-native-micro-interactions
Version:
Effortlessly enhance your React Native components with subtle micro-interactions and animations.
19 lines (18 loc) • 616 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.TextAnimationTypes = exports.StartupAnimationTypes = exports.ResponseAnimationTypes = exports.InteractiveAnimationTypes = void 0;
const InteractiveAnimationTypes = exports.InteractiveAnimationTypes = {
click: "click"
};
const ResponseAnimationTypes = exports.ResponseAnimationTypes = {
buzz: "buzz"
};
const StartupAnimationTypes = exports.StartupAnimationTypes = {
buzz: "pop_in"
};
const TextAnimationTypes = exports.TextAnimationTypes = {
buzz: "text_slide_vertical"
};
//# sourceMappingURL=animation_constants.js.map