SwiftUI: Create Your First Animation

preview_player
Показать описание
In this episode, we are diving into creating our first animation in SwiftUI using the same animation parameters built from Kite Compositor. Kite is my favorite SwiftUI UI animation companion. It is a first-class Mac app for creating UI animation and motion.

In this video, will create a basic animation in SwiftUI and convert it to a Physics-based motion using spring animation parameters from Kite Compositor.

Want to try Kite?

Music:
Рекомендации по теме
Комментарии
Автор

.tapAction has changed to .onTapGesture. 
.animation(.basic) has changed to .animation(.default)
.animation(.spring) has changed to

pitmanra