FormidableLabs / nuka-carousel

Small, fast, and accessibility-first React carousel library with an easily customizable UI and behavior to fit your brand and site.
https://commerce.nearform.com/open-source/nuka-carousel
Other
2.99k stars 594 forks source link

Carousel slide transition bouncing while swiping when animation is set to zoom in iOS #1026

Open akshaysama opened 11 months ago

akshaysama commented 11 months ago

When animation = 'zoom' is given slide is flickering in ios.

I've searched open issues to make sure I'm not opening a duplicate issue I have read through the docs before asking a question I am using the latest version of nuka-carousel

Describe Your Environment

When animation is set to zoom the carousel item is flickering while swiping through the slides, instead of a smooth scale animation the carousel is bouncing.

Expected behavior:

On swiping through the slides the slide which is focused should scale with a smooth transition.

Actual behavior

On swiping through the slides the slide which is focused is showing a bouncing behaviour instead of a smooth transition.

Additional Information

animation='zoom'