kubric
Version:
Android's co-ordinator layout ported to work on react native (iOS and Android)
11 lines • 547 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var CLScrollEffect;
(function (CLScrollEffect) {
CLScrollEffect[CLScrollEffect["NONE"] = 0] = "NONE";
CLScrollEffect[CLScrollEffect["SCROLL"] = 1] = "SCROLL";
CLScrollEffect[CLScrollEffect["FADE"] = 2] = "FADE";
CLScrollEffect[CLScrollEffect["COLLAPSE"] = 4] = "COLLAPSE";
CLScrollEffect[CLScrollEffect["FADE_OUT"] = 3] = "FADE_OUT";
})(CLScrollEffect = exports.CLScrollEffect || (exports.CLScrollEffect = {}));
//# sourceMappingURL=Behaviours.js.map