📔 100 Days of SwiftUI (Day 33)
Finished Day 33 in 100 Days of SwiftUI.
This section dives much further into Animation with SwiftUI. We explored how the order of animation properties matter much like other SwiftUI modifiers, attaching gestures to a view with animations, showing and hiding views with transitions, and custom transitions using ViewModifier.
There is a lot to absorb but this aspect of SwiftUI is really cool! Adding type of visual functionality to a programming project is new to me.