nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
12.01k stars 2.58k forks source link

Scroll items -> ugly transition #794

Open Johnny992 opened 7 years ago

Johnny992 commented 7 years ago

When I'm scrolling item I get really ugly transition. 1nk7fr

Is it any solution to remove this ugly effect, for example: during scrolling, my item moves to next one with effect from method scrollToItem?

nicklockwood commented 7 years ago

You could maybe set the alpha to fade between one and zero in a tiny range near the apex so the views fade to transparent at the moment they pass through each other. Not sure how good that would look though.

ankurbrightlifecare commented 6 years ago

Hi, @nicklockwood @Johnny992 @synthemesc @siuying @willyliu I am also facing same ugly scrolling effect. I am also setting alpha but not find good effect. Have you found any solution?