Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 477 Bytes

File metadata and controls

5 lines (4 loc) · 477 Bytes

This directory contains code from Point-Free Episode: SwiftUI Animation: The Basics

One of the most impressive features of SwiftUI is its animation system. Let's explore the various flavors of animation, such as implicit versus explicit and synchronous versus asynchronous, to help prepare us for how animation works with the Composable Architecture.