You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I may be going down the wrong path but so far as I can tell, the gesture experience I'm going for in more like this codepen, then like this one.
The first one is very responsive to swipes and pans. you can flick the slides back and forth very quickly. This is also very much like what the swiper lib can do. (seen on homepage)
When I dive into the the code of that ideal example, I can see that they are using gesture.stopDetect() in swipes to prevent pans.
I can't seem to find the gesture object anywhere in any of the events that react-hammerjs gives back.
In short, I really just want to reproduce that first example with my carousel in react and it seems like I may have to use native hammerjs to do so?
The text was updated successfully, but these errors were encountered:
I may be going down the wrong path but so far as I can tell, the gesture experience I'm going for in more like this codepen, then like this one.
The first one is very responsive to swipes and pans. you can flick the slides back and forth very quickly. This is also very much like what the swiper lib can do. (seen on homepage)
When I dive into the the code of that ideal example, I can see that they are using gesture.stopDetect() in swipes to prevent pans.
I can't seem to find the gesture object anywhere in any of the events that react-hammerjs gives back.
In short, I really just want to reproduce that first example with my carousel in react and it seems like I may have to use native hammerjs to do so?
The text was updated successfully, but these errors were encountered: