mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 }