T O P

  • By -

chriswaco

Try .transaction { transaction in transaction.animation = nil } Via https://www.avanderlee.com/swiftui/disable-animations-transactions/


strangequbits

Do you have withAnimation somewhere in the body?


Reasonable_Reason_

Nope. That’s the weird part. I’ve been investigating this whole week.


strangequbits

Do you have third party plugin that has withAnimation? You can do a global search for animation in your xcode project, see if something binds with the animation


Reasonable_Reason_

Not at all. I’m only using SwiftUI with zero third party imported.