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
When a visitor uses the controls I need a way to add a "current" class to the middle slide on the carousel.
I've managed to do this, however, I just add the class to next() so if the user chooses to go to a previous slide it doesn't work correctly, obviously, so it would be nice if there was a way to find out which direction the user has chosen onBeforeSlide so we can add the class to the correct slide accordingly.
The text was updated successfully, but these errors were encountered:
When a visitor uses the controls I need a way to add a "current" class to the middle slide on the carousel.
I've managed to do this, however, I just add the class to next() so if the user chooses to go to a previous slide it doesn't work correctly, obviously, so it would be nice if there was a way to find out which direction the user has chosen onBeforeSlide so we can add the class to the correct slide accordingly.
The text was updated successfully, but these errors were encountered: