UNPKG

react-native-zoom-toolkit

Version:

Most complete set of pinch to zoom utilites for React Native

13 lines (11 loc) 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.friction = void 0; const friction = overScrollFraction => { 'worklet'; return 1 * Math.pow(1 - overScrollFraction, 2); }; exports.friction = friction; //# sourceMappingURL=friction.js.map