Skip to content

Commit

Permalink
constrain blur (#5485)
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius authored Sep 25, 2024
1 parent 498f957 commit f54241c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/Profile/Header/GrowableBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ function GrowableBannerInner({
return {
intensity: interpolate(
scrollY.value,
[-400, -100, -15],
[70, 60, 0],
[-300, -65, -15],
[50, 40, 0],
Extrapolation.CLAMP,
),
}
Expand Down

0 comments on commit f54241c

Please sign in to comment.