darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

loop play #256

Open motau opened 8 years ago

motau commented 8 years ago

Hi, I want to use your really nice plugin for a 360 horizontal pano (as fallback to webgl) where I have a set of 6 images. I ve written sly-event-based code but I'm not so satisfied with the user experience. At the moment I just copy the first content 3 times at initializing, on move I check movement left/right and if necessary I use the slideTo(newX, true) methode. Sometimes the animation is stuttering, sometimes it stops at left or right ...

Is there a suggested way to configure SLY so it can play looped content? I also need the "NO-Snap" feature.

Thankyou for your response!