Updated on 2026-08-14
This commit is contained in:
commit
849b1a0724
1 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,13 @@ object RoutingTransitionAnimationFactory {
|
||||||
animationSpec = tween(400),
|
animationSpec = tween(400),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
is AppRoute.CurrencyDetails,
|
||||||
|
-> slideAndFade(
|
||||||
|
// Token details owns a hazeEffect top bar. Alpha-animating it while it is covered by
|
||||||
|
// or revealed from another screen blinks black over the blurred region — the same
|
||||||
|
// artifact WalletTopBar hit above. Keep the fade only for the FRONT directions.
|
||||||
|
fadeDirections = setOf(Direction.ENTER_FRONT, Direction.EXIT_FRONT),
|
||||||
|
)
|
||||||
else -> slideAndFade()
|
else -> slideAndFade()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue