Reply to animation(nil) replacement in SwiftUI 3.0 (iOS 15) I found this on SwiftLee's website that seemed to be the most compact solution. Just use in place of .animation(nil) : .transaction { transaction in transaction.animation = nil } Happy coding! UI Frameworks SwiftUI Apr ’22