You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can be amended to solve, modify the CirclePageIndicator onDraw () method in the 272 lines of code:
if (!mSnap) {
if(mCurrentPage != count - 1) {
cx += mPageOffset * threeRadius;
}
}
Hi,
Great library,
I setup the demo sample, and I notice that for LinePageIndicator when transition from first to last or last to first it didn't jump to the empty spot.
However, for the CirclePageIndicator when transition from first to last or last to first it jumps to the empty spot first before move to fist or last.
Is there anyway we can make it smooth without go to empty spot for CirclePageIndicator?
Thank
The text was updated successfully, but these errors were encountered: