add animation

pull/891/head
Ryan ZHAO 9 months ago
parent 23511941c5
commit 1753a4a85d

@ -86,7 +86,9 @@ struct RecoveryPasswordScreen: View {
ZStack(alignment: .center) { ZStack(alignment: .center) {
Button { Button {
self.showQRCode.toggle() withAnimation(.spring()) {
self.showQRCode.toggle()
}
} label: { } label: {
Text("recoveryPasswordView".localized()) Text("recoveryPasswordView".localized())
.bold() .bold()
@ -160,7 +162,9 @@ struct RecoveryPasswordScreen: View {
Spacer(minLength: Values.veryLargeSpacing) Spacer(minLength: Values.veryLargeSpacing)
Button { Button {
self.showQRCode.toggle() withAnimation(.spring()) {
self.showQRCode.toggle()
}
} label: { } label: {
Text("qrView".localized()) Text("qrView".localized())
.bold() .bold()

Loading…
Cancel
Save