nachonavarro / Pages

📖 A lightweight, paging view solution for SwiftUI
MIT License
586 stars 55 forks source link

Getting double animation along with a white screen #30

Open Arnav-arw opened 1 year ago

Arnav-arw commented 1 year ago

Animation is coming twice and also it ends with a white screen.

https://github.com/nachonavarro/Pages/assets/88189594/d1d3241d-7629-4b55-8778-7ddc496178b8

chrismacke commented 1 year ago

Change line 72 of PageViewController to animated: false

Discussed here