react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
10 lines (9 loc) • 514 B
JavaScript
// this is just a temporary mock
export let 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 || (LayoutAnimationType = {}));
//# sourceMappingURL=commonTypes.js.map