Skip to content

Commit

Permalink
fix: tweak UIKit header animation
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Aug 9, 2024
1 parent 6e22370 commit f6a3ef7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export function forUIKit({
},
titleStyle: {
opacity: progress.interpolate({
inputRange: [0, 0.4, 1, 1.5],
outputRange: [0, 0.1, 1, 0],
inputRange: [0, 0.5, 0.75, 1, 1.5],
outputRange: [0, 0, 0.1, 1, 0],
}),
transform: [
{
Expand Down

0 comments on commit f6a3ef7

Please sign in to comment.