DEV Community

Oluwasanmi Aderibigbe
Oluwasanmi Aderibigbe

Posted on

Day 33 of 100 Days Of SwiftUI

I just completed day 33 of 100 days of SwiftUi. Today I learnt more about animations.

The animation modifier for implicit animations like most modifiers only modifies before its declaration. That means only modifiers that come before an animation modifier will be animated. Again like most modifiers, you can use the animations modifier more than once per view.

You can also create your own animation modifiers based on existing animations using extension functions.

Top comments (0)