diff --git a/src/components/Lightbox/pager/ImagePager.tsx b/src/components/Lightbox/pager/ImagePager.tsx index a0ed0c59b2..ca1b564e8d 100644 --- a/src/components/Lightbox/pager/ImagePager.tsx +++ b/src/components/Lightbox/pager/ImagePager.tsx @@ -605,8 +605,9 @@ function LightboxImage({ dismissSwipeTranslateY.set(() => { 'worklet' return withSpring(0, { - stiffness: 2800, - damping: 200, + stiffness: 700, + damping: 50, + mass: 1, reduceMotion: ReduceMotion.Never, }) })