ImaginativeShohag / Why-Not-Image-Carousel

Why Not use Image Carousel if you have lots of images to show!
https://imaginativeshohag.github.io/Why-Not-Image-Carousel/
Apache License 2.0
466 stars 68 forks source link

Custom Transition for carousel #78

Closed rohan-317 closed 2 years ago

rohan-317 commented 2 years ago

is there any way to make transition slower/faster in carousel?

ImaginativeShohag commented 2 years ago

No. The default implementation of the carousel uses RecyclerView's smoothScrollToPosition method to animate scroll. You can fork the repo and try this.