feat: Refactor UI components and improve animations for onboarding and authentication flows
This commit is contained in:
@@ -74,13 +74,13 @@ private extension ConfirmSeedPhraseView {
|
||||
VStack(spacing: 10) {
|
||||
ForEach(0..<6, id: \.self) { index in
|
||||
wordRow(seedIndex: index, displayNumber: index + 1)
|
||||
.staggeredAppearance(index: index, baseDelay: 0.2, stagger: 0.04)
|
||||
.staggeredAppearance(key: "confirmSeed", index: index, baseDelay: 0.2, stagger: 0.04)
|
||||
}
|
||||
}
|
||||
VStack(spacing: 10) {
|
||||
ForEach(6..<12, id: \.self) { index in
|
||||
wordRow(seedIndex: index, displayNumber: index + 1)
|
||||
.staggeredAppearance(index: index, baseDelay: 0.2, stagger: 0.04)
|
||||
.staggeredAppearance(key: "confirmSeed", index: index, baseDelay: 0.2, stagger: 0.04)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user