react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

Pagination dots change are kind of slow

Open vzaffalon opened this issue 6 years ago • 16 comments

Does anyone else just feels that the pagination dots changes are slow, the state of the dots do not change during the swipe action but actually after it is done. Does anyone have a solution for making the change between the selected dot and unselected dots faster?

vzaffalon avatar Feb 04 '18 01:02 vzaffalon

On Android the change should be almost instantly, on which OS do you have this problem ?

MariusMeiners avatar Feb 07 '18 19:02 MariusMeiners

the Index of pagination with the items were not right when you swipe the items,if you don't swipe the items,it's all right,but if you swipe,you will see the problem;the edition is 1.5.13

AlexKitC avatar Mar 16 '18 02:03 AlexKitC

Has anyone found a way around this? as @MariusMeiners pointed out, it is indeed very fast on Android, but it's a bit slow on iOS. On Android, when swiping, the dot change seems to happen instantly on releasing the swipe. On iOS, the dot change only seems to happen on the 'momentumEndScroll', once the view has settled into place. Is there a way to speed this up?

patrick-ngo avatar Mar 29 '18 02:03 patrick-ngo

Same problem for me. It works fast on Android, but slow on iOS.

chawax avatar Apr 10 '18 10:04 chawax

+1

havinhthai avatar Apr 18 '18 11:04 havinhthai

Same issue for me. Work well on Android but dot not update enough fast on IOS.

namtn avatar Jun 15 '18 09:06 namtn

same problem +

MohammadMas avatar Oct 06 '18 09:10 MohammadMas

I am also having this issue.

andrewblum avatar Nov 29 '18 19:11 andrewblum

Same issue for me.

YahiaBadr avatar Aug 28 '19 12:08 YahiaBadr

Hi guys, any solution for this yet!! it just looks crappy when swiping, it doesn't animate smoothly

yasir-netlinks avatar Oct 13 '19 15:10 yasir-netlinks

Same here. :(

sirajalam049 avatar Jun 27 '20 13:06 sirajalam049

same here :(

reiui9 avatar Jan 15 '21 13:01 reiui9

same here :(

LucasFernandesMaze avatar Jul 30 '21 16:07 LucasFernandesMaze

onIndexChanged={() => { LayoutAnimation.easeInEaseOut(); }} Try this. It animates the dot change and improves user experience in my opinion

osamamukhtar30 avatar Dec 11 '21 11:12 osamamukhtar30

did you found the solution for this? @vzaffalon

singgih20 avatar Apr 27 '23 06:04 singgih20

@singgih20 @vzaffalon @MariusMeiners @AlexKitC @reiui9 @sirajalam049 any solution on this one ?

AndreiTimofte96 avatar Apr 23 '24 18:04 AndreiTimofte96