tangled
alpha
login
or
join now
quilling.dev
/
social-app
7
fork
atom
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
constrain blur (#5485)
authored by
samuel.fm
and committed by
GitHub
2 years ago
f54241c4
498f957a
+2
-2
1 changed file
expand all
collapse all
unified
split
src
screens
Profile
Header
GrowableBanner.tsx
+2
-2
src/screens/Profile/Header/GrowableBanner.tsx
···
77
77
return {
78
78
intensity: interpolate(
79
79
scrollY.value,
80
80
-
[-400, -100, -15],
81
81
-
[70, 60, 0],
80
80
+
[-300, -65, -15],
81
81
+
[50, 40, 0],
82
82
Extrapolation.CLAMP,
83
83
),
84
84
}