I have a viewpager which I need to animate when scrolled.
Suppose the user starts swiping\scrolling the view pager:
->the child element should start moving with FAST VELOCITY.
And when the swipe/scroll is approaching the end:
->the child element should move SLOWLY.
How can I do this? I tried several methods as mentioned HERE, HERE and HERE. But none of them is giving the expected result.