android-flip
android-flip copied to clipboard
backwards flipping less smooth
Hi,
I don't know if this even can be solved but flipping backwards is not as smooth as forward. It's really noticeable that when flipping backwards often "stutters" a little or takes more time to start the animation. I could be that this isn't noticeable with very simple views, or a faster device. i don't know.
A couple of versions back i did some debugging and noticed some differences between the forward and backward routines like when flipping backwards, flippedtoview() was called at the start of the flip and when flipping forward, at the end of the flip. So during a backward flip, a lot more processing took place at the start of the animation. resulting in a delay/stutter.
Again, maybe this is just how it's designed. But i think it's an issue because right now, there is a significant difference in flip experience between backwards and forwards.