Add delay to editorial app bar image fade
This commit is contained in:
parent
4608eecb30
commit
6de8bf931f
@ -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),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user