diff --git a/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart b/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart index d5037b4d36..fbe6597236 100644 --- a/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart +++ b/mobile/apps/photos/lib/ui/viewer/gallery/gallery.dart @@ -711,7 +711,7 @@ class _PinnedGroupHeaderState extends State { return AnimatedScale( scale: inUse ? 1.3 : 1.0, alignment: Alignment.topLeft, - duration: const Duration(milliseconds: 300), + duration: const Duration(milliseconds: 200), curve: Curves.easeInOutSine, child: ColoredBox( color: getEnteColorScheme(context).backgroundBase,