youth5201314 / banner

🔥🔥🔥Banner 2.0 来了!Android广告图片轮播控件,内部基于ViewPager2实现,Indicator和UI都可以自定义。
Apache License 2.0
12.92k stars 2.52k forks source link

setCurrentItem会出现闪烁,并且滑动顺序错乱,见视频 #1095

Closed yecaler closed 10 months ago

yecaler commented 3 years ago

代码如下: ivBanner.setAdapter(new SutraTopAdapter(images)); ivBanner.setCurrentItem(0, false); ivBanner.isAutoLoop(false); ivBanner.setUserInputEnabled(false); ivBanner.start(); 在viewpager滑动选中中设置:ivBanner.setCurrentItem(index); 结果从0切换到1的时候会闪一下,然后从3滑动到1. 如何解决?

yecaler commented 3 years ago

https://user-images.githubusercontent.com/25024969/139520714-063d0098-9a9e-4a18-aeb8-4f1741050494.mp4

@youth5201314 大佬帮忙瞅瞅

LeSwp commented 3 years ago

取消滚动动画

junixapp commented 2 years ago

+1

LXLYHM commented 7 months ago

取消滚动动画

请问要怎么取消动画?