fix: tweak android q animation

This commit is contained in:
Satyajit Sahoo
2021-06-01 04:21:51 +02:00
parent b46c433f1e
commit 7d74bd73a7

View File

@@ -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],
})
);