Animation

How to animate SwiftUI views?

There are several ways to animate views in SwiftUI. Here are a few examples: Using the .animation() modifier: The .animation() modifier can be used to specify an animation to be applied to a view. For example, you could use the…

Lottie Animation in SwiftUI

Lottie is an open source animation file format that’s tiny, high quality, interactive, and can be manipulated at runtime. It has a the largest community of designers and developers. App like Duolingo and headspace are using lottie animation extensively. In…