Android-Image-Slider
Android-Image-Slider copied to clipboard
Transition issue from Right
Describe the bug when sliderView.setAutoCycleDirection(SliderView.AUTO_CYCLE_DIRECTION_RIGHT); is set to cycle through right. That means image fades from left and sets next image to right side. It's working completely fine for 1st cycle and after this, during 2nd slide transition, the images fades from right and sets image to left. If this is not clear.
To Reproduce Steps to reproduce the behavior:
- set sliderView.setAutoCycleDirection(SliderView.AUTO_CYCLE_DIRECTION_RIGHT); in controller.
Expected behavior During 2nd slide transition, the images should fades from left and sets next image to right.
Screenshots

Desktop (please complete the following information):
- microsoft windows 10
- chrome
Smartphone (please complete the following information):
- Moto G6
- Android pie
its happen to me also when i set sliderView.setAutoCycleDirection(SliderView.AUTO_CYCLE_DIRECTION_LEFT); in controller.
Facing same issue and couldn't find any solution
Me too facing the same issue. How to fix this?