emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
925 stars 273 forks source link

flipping speed #68

Open ahikmat85 opened 8 years ago

ahikmat85 commented 8 years ago

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

davideas commented 8 years ago

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

muthaiya commented 7 years ago

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

janoschp commented 7 years ago

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.