Skip to content

Commit acbbe59

Browse files
authored
ui: price animation match
1 parent b6bfd5d commit acbbe59

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

BDKSwiftExampleWallet/View/WalletView.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,7 @@ struct WalletView: View {
8585
.foregroundStyle(.secondary)
8686
.font(.subheadline)
8787
.animation(
88-
.interpolatingSpring(
89-
mass: 1,
90-
stiffness: 100,
91-
damping: 10,
92-
initialVelocity: 0
93-
),
88+
.spring(response: 0.5, dampingFraction: 0.6, blendDuration: 0.5),
9489
value: viewModel.walletSyncState
9590
)
9691
}

0 commit comments

Comments
 (0)