mirror of
https://github.com/immich-app/immich.git
synced 2025-03-18 02:31:28 -05: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…
Add table
Reference in a new issue