android-FlipView icon indicating copy to clipboard operation
android-FlipView copied to clipboard

flipping speed

Open ahikmat85 opened this issue 9 years ago • 3 comments

Hi, is it possible to speed up the flipping ? I.e, when I move my finger on screen, flipping should be faster than my movement (1.5 times)

it would be great if there was a function to set the speed

ahikmat85 avatar Dec 20 '15 10:12 ahikmat85

@ahikmat85, you can check my library FlipView, it is fully customizable :-) speed too.

davideas avatar Feb 25 '16 23:02 davideas

Hi, Can you please guide me how to change the flip animation speed?

muthaiya avatar Oct 04 '16 12:10 muthaiya

You can only do this by copying the library into your project and then editing the private static final int MAX_SINGLE_PAGE_FLIP_ANIM_DURATION = 300;// in ms line in the FlipView class.

janoschp avatar Mar 03 '17 22:03 janoschp