chore: Follow up design
This commit is contained in:
parent
812a1c047e
commit
da857d6abe
4 changed files with 9 additions and 17 deletions
|
|
@ -140,7 +140,7 @@ class _MxcImageState extends State<MxcImage> {
|
|||
return AnimatedCrossFade(
|
||||
crossFadeState:
|
||||
hasData ? CrossFadeState.showSecond : CrossFadeState.showFirst,
|
||||
duration: FluffyThemes.animationDuration,
|
||||
duration: const Duration(milliseconds: 128),
|
||||
firstChild: placeholder(context),
|
||||
secondChild: hasData
|
||||
? Image.memory(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue