UNPKG

react-native-zoom-toolkit

Version:

Smoothly zoom any image, video or component you want!

6 lines (5 loc) 151 B
export const friction = overScrollFraction => { 'worklet'; return 1 * Math.pow(1 - overScrollFraction, 2); }; //# sourceMappingURL=friction.js.map