DEV Community

Nathan Mattes
Nathan Mattes

Posted on • Originally published at zeitschlag.net on

2

100 Days of SwiftUI — Day 32.2

Well, let's say, I needed a break for like a whole month. From time to time I had a bad conscience that I kind of stopped, but let's call it a break.

The last time I rushed through the animation-parts and that broke my neck when it came to the exercises. So today, a month later, I spontanously gave it another try, starting with Day 32 again.

It was about animations and I wanted to understand them. To do so I read the texts slowly: There're three ways to animate things:

  1. Animate the view implicitly
  2. Attach the animations to a binding and its change — and not the view!
  3. Animate things explicitly

The third part was basically the previous Day 32-blogpost, it just blew my mind. What I didn't understand back than was the second way, but today I think I finally got it.

So, yeah, till tomorrow!

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay