mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
Fixes fade in duration for fade in placeholder
This commit is contained in:
parent
1eb96fa9e9
commit
b9d438006c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class FadeInPlaceholderImage extends StatelessWidget {
|
|||
children: [
|
||||
placeholder,
|
||||
FadeInImage(
|
||||
fadeInDuration: const Duration(milliseconds: 100),
|
||||
fadeInDuration: duration,
|
||||
image: image,
|
||||
fit: fit,
|
||||
placeholder: MemoryImage(kTransparentImage),
|
||||
|
|
Loading…
Reference in a new issue