Bluesky app fork with some witchin' additions 💫

improve lightbox smoothness (#9200)

authored by samuel.fm and committed by

GitHub 220e989f 39e7132f

+2 -2
+2 -2
src/view/com/lightbox/ImageViewing/index.tsx
··· 62 62 mass: IS_IOS ? 1.25 : 0.75, 63 63 damping: 300, 64 64 stiffness: 800, 65 - restDisplacementThreshold: 0.01, 65 + restDisplacementThreshold: 0.001, 66 66 } 67 67 const FAST_SPRING: WithSpringConfig = { 68 68 mass: IS_IOS ? 1.25 : 0.75, 69 69 damping: 150, 70 70 stiffness: 900, 71 - restDisplacementThreshold: 0.01, 71 + restDisplacementThreshold: 0.001, 72 72 } 73 73 74 74 function canAnimate(lightbox: Lightbox): boolean {