Skip to content

Commit a86f693

Browse files
committed
docs(auth): describe the vertical slide sample's exit direction accurately
1 parent 4cf32ab commit a86f693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ val configuration = authUIConfiguration {
16751675
provider(AuthProvider.Email())
16761676
}
16771677
transitions = AuthUITransitions(
1678-
// Slide up on the way in, slide down on the way out
1678+
// A vertical push: the new step rises from the bottom as the old one leaves via the top
16791679
transitionSpec = { slideInVertically { it } togetherWith slideOutVertically { -it } }
16801680
)
16811681
}

0 commit comments

Comments
 (0)