UNPKG

react-native-fiesta

Version:

A set of celebration animations powered by Skia. Engage more with your users by celebrating in your React Native application.

31 lines (30 loc) 656 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.singleItemFadeSpeed = exports.FiestaSpeed = void 0; var _dimensions = require("./dimensions"); const slowSpringSpeed = { mass: 1, stiffness: 0.2, damping: 19 }; const normalSpringSpeed = { mass: 1, stiffness: 0.35, damping: 19 }; const fastSpringSpeed = { mass: 1, stiffness: 0.5, damping: 19 }; const FiestaSpeed = exports.FiestaSpeed = { Slow: slowSpringSpeed, Normal: normalSpringSpeed, Fast: fastSpringSpeed }; const singleItemFadeSpeed = exports.singleItemFadeSpeed = { mass: _dimensions.screenHeight }; //# sourceMappingURL=speed.js.map