JWAutumn / ACarousel

A carousel view for SwiftUI | SwiftUI 旋转木马效果
MIT License
406 stars 81 forks source link

Autoscroll doesn't make sense. #27

Open adamdahan opened 1 year ago

adamdahan commented 1 year ago

The autoScrolling feature in your code using .defaultActive should rotate from A, B, C, A, B C without jumping back to A from C. It should just be continous.

X901 commented 1 year ago

The autoScrolling feature in your code using .defaultActive should rotate from A, B, C, A, B C without jumping back to A from C. It should just be continous.

You should enable "Wrap" with "autoScroll"