1
0
mirror of https://github.com/tooot-app/app synced 2025-01-21 21:35:34 +01:00

Do not fade in when blurhash or preview has been loaded

This commit is contained in:
xmflsct 2023-02-01 13:53:18 +01:00
parent e60535cd1c
commit 78b6834c3f

View File

@ -101,7 +101,7 @@ const GracefullyImage = ({
) : null}
<FastImage
source={connectMedia(source)}
enterTransition='fadeIn'
enterTransition={!blurhash && !uri.preview ? 'fadeIn' : 'none'}
transitionDuration={60}
style={[{ flex: 1 }, imageStyle]}
onLoad={() => {