From a9c63e6d047bf3fd4967929abd44ca9fd3334488 Mon Sep 17 00:00:00 2001 From: Matias Bzurovski Date: Wed, 24 Jul 2024 15:42:47 +0200 Subject: [PATCH] Remove card transition --- RadixWallet/Features/CardCarousel/CardCarousel+View.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/RadixWallet/Features/CardCarousel/CardCarousel+View.swift b/RadixWallet/Features/CardCarousel/CardCarousel+View.swift index 7a92970e97..76b5a3f6c1 100644 --- a/RadixWallet/Features/CardCarousel/CardCarousel+View.swift +++ b/RadixWallet/Features/CardCarousel/CardCarousel+View.swift @@ -36,7 +36,6 @@ extension CardCarousel { } .tag(index) .padding(.horizontal, margin - spacing) - .transition(.scale(scale: 0.8).combined(with: .opacity)) } } .tabViewStyle(.page(indexDisplayMode: .never))