Prior to iOS 15, setting .animation(nil)
removed all animations which would occur to the view. However, animation(_:)
was depracated in iOS 15. What is the replacement for this now? Thanks in advance.
The doc of animation(_:)
says
Deprecated
Use withAnimation or animation(_:value:) instead.
Have you tried?