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:
parent
e60535cd1c
commit
78b6834c3f
@ -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={() => {
|
||||
|
Loading…
Reference in New Issue
Block a user