I recently had a project that required a set of text views to slowly fade into the visible state in a staggered fashion. One possible solution to this problem would …
Creating a Repeating Animation in SwiftUI
SwiftUI is so amazing because of how much it takes care of for you. When you update the state your view updates automatically. Throw a call to withAnimation in there …