mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Tweak exit "stay" transition to eliminate most of fade (#187)
This commit is contained in:
parent
967fdc3449
commit
cb2c6495c8
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ object RootTransitionProviders {
|
|||
val stay: NonNullExitTransitionProvider = {
|
||||
fadeOut(
|
||||
animationSpec = tween(DEFAULT_TRANSITION_TIME_MS),
|
||||
targetAlpha = 0f,
|
||||
targetAlpha = 0.99f,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue