mirror of
https://github.com/status-im/react-navigation-stack.git
synced 2025-02-17 08:57:04 +00:00
Tweak opacity of overlay
This commit is contained in:
parent
bf5a8411f8
commit
bc166f85ad
@ -69,7 +69,7 @@ function forHorizontal(props) {
|
||||
// TODO: disable overlay by default, add flag to enable
|
||||
let overlayOpacity = position.interpolate({
|
||||
inputRange: [index, last - 0.5, last, last + EPS],
|
||||
outputRange: [0, 0.05, 0.05, 0],
|
||||
outputRange: [0, 0.07, 0.07, 0],
|
||||
extrapolate: 'clamp',
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user