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 have a navigation system that includes multiple elements. I've set 'auto' for the perView option. When the URL changes, I would like the slider to move to the current element in the navigation. I'm not sure how to do this because moveToIdx takes the index of the given slide, but currently I have several elements fitting on one slide. The moveToIdx function with the absolute parameter is not working for me. Is there a way to scroll the element but to the index of the element from the array that was passed?
The text was updated successfully, but these errors were encountered:
I have a navigation system that includes multiple elements. I've set 'auto' for the perView option. When the URL changes, I would like the slider to move to the current element in the navigation. I'm not sure how to do this because moveToIdx takes the index of the given slide, but currently I have several elements fitting on one slide. The moveToIdx function with the absolute parameter is not working for me. Is there a way to scroll the element but to the index of the element from the array that was passed?
The text was updated successfully, but these errors were encountered: