An ATproto social media client -- with an independent Appview.

constrain blur (#5485)

authored by samuel.fm and committed by

GitHub f54241c4 498f957a

+2 -2
+2 -2
src/screens/Profile/Header/GrowableBanner.tsx
··· 77 77 return { 78 78 intensity: interpolate( 79 79 scrollY.value, 80 - [-400, -100, -15], 81 - [70, 60, 0], 80 + [-300, -65, -15], 81 + [50, 40, 0], 82 82 Extrapolation.CLAMP, 83 83 ), 84 84 }