Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-02 14:57:55 +03:00
parent 683525570c
commit c9be7fa5c5
5 changed files with 86 additions and 50 deletions

View file

@ -14,7 +14,6 @@ object RoutingTransitionAnimationFactory {
@Suppress("MagicNumber")
fun create(appRoute: AppRoute): StackAnimator {
return when (appRoute) {
is AppRoute.Onboarding,
is AppRoute.Welcome,
is AppRoute.Home,
-> fade(tween(400)).plus(scale(tween(400)))