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 was wondering if there is a way to detect what triggered the slide change, meaning a click, a key press, or auto-play? I'm asking because I need to put focus on the current slide when a key press activated the slide change. I tried just doing a .focus() on afterChange, but because of the auto-play we have on the carousel the focus gets bounced to the carousel if you scroll down the page.
Thanks.
The text was updated successfully, but these errors were encountered:
I was wondering if there is a way to detect what triggered the slide change, meaning a click, a key press, or auto-play? I'm asking because I need to put focus on the current slide when a key press activated the slide change. I tried just doing a .focus() on afterChange, but because of the auto-play we have on the carousel the focus gets bounced to the carousel if you scroll down the page.
Thanks.
The text was updated successfully, but these errors were encountered: