smarteist / Android-Image-Slider

Android Auto Image Slider
Apache License 2.0
945 stars 288 forks source link

Transition issue from Right #164

Open Harikrishnan19 opened 4 years ago

Harikrishnan19 commented 4 years ago

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:

  1. 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 20200915_113902

Desktop (please complete the following information):

Smartphone (please complete the following information):

dedechandran commented 3 years ago

its happen to me also when i set sliderView.setAutoCycleDirection(SliderView.AUTO_CYCLE_DIRECTION_LEFT); in controller.

iamahmednaqvi2 commented 3 years ago

Facing same issue and couldn't find any solution

nikithamoncy commented 3 years ago

Me too facing the same issue. How to fix this?