react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
17 lines (15 loc) • 706 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LayoutAnimationType = void 0;
// this is just a temporary mock
let LayoutAnimationType;
exports.LayoutAnimationType = LayoutAnimationType;
(function (LayoutAnimationType) {
LayoutAnimationType[LayoutAnimationType["ENTERING"] = 1] = "ENTERING";
LayoutAnimationType[LayoutAnimationType["EXITING"] = 2] = "EXITING";
LayoutAnimationType[LayoutAnimationType["LAYOUT"] = 3] = "LAYOUT";
LayoutAnimationType[LayoutAnimationType["SHARED_ELEMENT_TRANSITION"] = 4] = "SHARED_ELEMENT_TRANSITION";
})(LayoutAnimationType || (exports.LayoutAnimationType = LayoutAnimationType = {}));
//# sourceMappingURL=commonTypes.js.map