akiran / react-slick

React carousel component
http://react-slick.neostack.com/
MIT License
11.72k stars 2.1k forks source link

Swipe multiple slides in one motion & triggered animations? #538

Closed Ganasist closed 6 years ago

Ganasist commented 7 years ago

1) Is it possible to swipe continuously with some kind of inertia effect like Coverflow? Right now I get smooth swiping, but only one slide at a time. There is no inertial effect or ability to swipe quickly across multiple slides. Is there a setting I can adjust for this?

2) Also, is there a way to trigger animation when clickToScroll is used? Currently I am just jumping directly to the target slide.

akiran commented 7 years ago

clickToScroll or slickGoTo ?

Ganasist commented 7 years ago

Sorry I'm getting the terms mixed up...

It might be focusOnSelect? It for sure is not slickGoTo since I'm not using that currently to programmatically switch slides.

What does touchMove enable that's different from focusOnSelect?

swipeToSlide might be what I'm looking for since the definition seems close to a 'coverflow effect', I will try this out more carefully today and see.

andrew-whil commented 7 years ago

Hey @Ganasist, were you able to find a solution to your first question? Any direction would be greatly appreciated!

jasan-s commented 7 years ago

ANy update guys?

Ganasist commented 7 years ago

Hi @andrew-whil I ended up rolling something by hand and not using React Slick. We had very specific requirements for our project and unfortunately could not modify RS enough to meet our needs.

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

vaikutin commented 5 years ago

I am seeking a solution to this issue. It would be great starting auto play mode by fast and hard swiping.