crosswall / Android-Coverflow

A beautiful coverflow lib for android
Other
910 stars 164 forks source link

想平滑的滑动。 #17

Open catroom opened 8 years ago

catroom commented 8 years ago

if(rotationY!=0){ float realRotationY = Math.min(rotationY,Math.abs(position * rotationY)); page.setRotationY(position < 0f ? realRotationY : - realRotationY); } 其实我想要一开是315度不动的效果。。但是我想他们滑动平移的时候,不要每个item翻转得太厉害,想平滑的滑动。。我发现改了这里会影响一开始的315度的效果。。。对不起打扰了,还是请教一下。。

zhufree commented 6 years ago

我觉得你应该用英文。。。