mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-12 09:02:51 +08:00
fix: tweak android q animation
This commit is contained in:
@@ -302,12 +302,12 @@ export function forScaleFromCenterAndroid({
|
||||
closing,
|
||||
current.progress.interpolate({
|
||||
inputRange: [0, 1],
|
||||
outputRange: [0.9, 1],
|
||||
outputRange: [0.925, 1],
|
||||
extrapolate: 'clamp',
|
||||
}),
|
||||
progress.interpolate({
|
||||
inputRange: [0, 1, 2],
|
||||
outputRange: [0.85, 1, 1.1],
|
||||
outputRange: [0.85, 1, 1.075],
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user