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
1 changed files with 1 additions and 1 deletions

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={() => {