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
While trying perSwipe with integer values I noted following console error:
[Glide warn]: Invalid direction pattern [5>] has been used
Looking at the execution in Firefox debugger, it seems that the direction and steps values got parsed the wrong way at some point...
In my case setting "|" to perSwipe value (to swipe the currently visible amount of slides) led to behavior I wanted however so not diagnosing this further for now.