UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

82 lines (73 loc) 1.74 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "cancelAnimation", { enumerable: true, get: function () { return _util.cancelAnimation; } }); Object.defineProperty(exports, "defineAnimation", { enumerable: true, get: function () { return _util.defineAnimation; } }); Object.defineProperty(exports, "initialUpdaterRun", { enumerable: true, get: function () { return _util.initialUpdaterRun; } }); Object.defineProperty(exports, "withDecay", { enumerable: true, get: function () { return _decay.withDecay; } }); Object.defineProperty(exports, "withDelay", { enumerable: true, get: function () { return _delay.withDelay; } }); Object.defineProperty(exports, "withRepeat", { enumerable: true, get: function () { return _repeat.withRepeat; } }); Object.defineProperty(exports, "withSequence", { enumerable: true, get: function () { return _sequence.withSequence; } }); Object.defineProperty(exports, "withSpring", { enumerable: true, get: function () { return _spring.withSpring; } }); Object.defineProperty(exports, "withStyleAnimation", { enumerable: true, get: function () { return _styleAnimation.withStyleAnimation; } }); Object.defineProperty(exports, "withTiming", { enumerable: true, get: function () { return _timing.withTiming; } }); var _util = require("./util"); var _timing = require("./timing"); var _spring = require("./spring"); var _decay = require("./decay"); var _delay = require("./delay"); var _repeat = require("./repeat"); var _sequence = require("./sequence"); var _styleAnimation = require("./styleAnimation"); //# sourceMappingURL=index.js.map