nachonavarro / Pages

📖 A lightweight, paging view solution for SwiftUI
MIT License
556 stars 53 forks source link

animation messes up the page transitions #21

Closed quantamrhino closed 3 years ago

quantamrhino commented 3 years ago

I have an animated view that starts on .onAppear. By itself, it works fine, but in a Pages() view, it keeps loading the page over and over again...

quantamrhino commented 3 years ago

It seems i had a timer that was firing causing the UI to load over and over. I'm still facing the 2 time animation (#18)