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
Hi there. I am currentyl trying out your nice vue slider based on lori.
Lori provides some functions like: slideTo()returnIndex and so on. (http://meandmax.github.io/lory/ > chapter public API)
How would I use them within my vue template (JSX).
I am using a slider with variable width elements and the active element is ~the third of 5 elements. And somehow my infinite option messes up with that. (my active element after page load is not in view). So I thought I could call an inital slideTo to set it to the wanted position?...
thanks for some help here
The text was updated successfully, but these errors were encountered:
Hi there. I am currentyl trying out your nice vue slider based on lori.
Lori provides some functions like:
slideTo()
returnIndex
and so on. (http://meandmax.github.io/lory/ > chapterpublic API
)How would I use them within my vue template (JSX).
I am using a slider with variable width elements and the active element is ~the third of 5 elements. And somehow my infinite option messes up with that. (my active element after page load is not in view). So I thought I could call an inital slideTo to set it to the wanted position?...
thanks for some help here
The text was updated successfully, but these errors were encountered: