Add delay to editorial app bar image fade

This commit is contained in:
Shawn 2023-02-16 10:34:40 -07:00
parent 4608eecb30
commit 6de8bf931f

View File

@ -75,7 +75,7 @@ class _AppBar extends StatelessWidget {
); );
}, },
), ),
).animate(delay: $styles.times.pageTransition).fadeIn(), ).animate(delay: $styles.times.pageTransition + 500.ms).fadeIn(duration: $styles.times.slow),
), ),
), ),
), ),