mirror of
https://github.com/bitwarden/android.git
synced 2026-03-22 06:11:38 -05:00
Tweak exit "stay" transition to eliminate most of fade (#187)
This commit is contained in:
committed by
Álison Fernandes
parent
967fdc3449
commit
cb2c6495c8
@@ -281,7 +281,7 @@ object RootTransitionProviders {
|
||||
val stay: NonNullExitTransitionProvider = {
|
||||
fadeOut(
|
||||
animationSpec = tween(DEFAULT_TRANSITION_TIME_MS),
|
||||
targetAlpha = 0f,
|
||||
targetAlpha = 0.99f,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user