xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.33k forks source link

How to change page without animation between two adjacent page? #798

Closed luckysmg closed 4 years ago

luckysmg commented 4 years ago

Before submitting issues ...

When submitting issues, please provide the following information to help maintainers to fix the problem faster:

I m using ButtonBarPagerTabStripViewController,and I have set like this: self.pagerBehaviour = .progressive(skipIntermediateViewControllers: true, elasticIndicatorLimit: false)

Example situation:

I have three viewcontrollers :1 ,2 and 3

from 1 to 3:Yeah ,without animation ,ok from 1 to 2: no, with animation (expected without animation) from 2 to 3, no, with animation (expected without animation)

I hope that this framework provide a property that can allow us to change page without animation when tap the tab