Enhance onScroll events when auto playing #714
Closed
timoisalive
started this conversation in
Ideas
Replies: 1 comment
-
Nevermind, I found we can tap into the gesture handler events like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We display our carousel with
autoPlay
be default, but we want to switchautoPlay
tofalse
when user interacts with the carousel.Currently it seems like
onScrollBegin
event fires when user interacts AND when auto-play is changing the slide, making it impossible to tell if we should switchautoPlay
off or keep it rolling.Would it be possible to enhance the scroll events with information on how the scroll happens, by the user or by the auto-play?
Beta Was this translation helpful? Give feedback.
All reactions