There was an error while loading. Please reload this page.
1 parent 4cf32ab commit a86f693Copy full SHA for a86f693
1 file changed
auth/README.md
@@ -1675,7 +1675,7 @@ val configuration = authUIConfiguration {
1675
provider(AuthProvider.Email())
1676
}
1677
transitions = AuthUITransitions(
1678
- // Slide up on the way in, slide down on the way out
+ // A vertical push: the new step rises from the bottom as the old one leaves via the top
1679
transitionSpec = { slideInVertically { it } togetherWith slideOutVertically { -it } }
1680
)
1681
0 commit comments