Increase the duration of the thumbnail fading-in animation

This commit is contained in:
Vishnu Mohandas 2021-05-06 23:07:01 +05:30
parent ff7868d118
commit c95ed9a424

View file

@ -110,7 +110,7 @@ class _ThumbnailWidgetState extends State<ThumbnailWidget> {
loadingWidget,
AnimatedOpacity(
opacity: content == null ? 0 : 1.0,
duration: Duration(milliseconds: 100),
duration: Duration(milliseconds: 200),
child: content,
),
widget.shouldShowSyncStatus && widget.file.uploadedFileID == null