mirror of
https://github.com/ente-io/ente.git
synced 2025-08-10 16:32:39 +00:00
[mob][photos] Fixed animation
This commit is contained in:
parent
2af07d9211
commit
e72c858315
@ -25,6 +25,7 @@ class QuickLinkAlbumItem extends StatelessWidget {
|
|||||||
final bool isSelected = selectedQuickLinks.contains(c);
|
final bool isSelected = selectedQuickLinks.contains(c);
|
||||||
final colorScheme = getEnteColorScheme(context);
|
final colorScheme = getEnteColorScheme(context);
|
||||||
final textTheme = getEnteTextTheme(context);
|
final textTheme = getEnteTextTheme(context);
|
||||||
|
|
||||||
return AnimatedContainer(
|
return AnimatedContainer(
|
||||||
curve: Curves.easeOut,
|
curve: Curves.easeOut,
|
||||||
duration: const Duration(milliseconds: 200),
|
duration: const Duration(milliseconds: 200),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user