Cyclotron - a jQuery plugin to display cylindrical panorama images
Code of this Cyclotron fork is available at
https://github.com/quelbs/cyclotron
.
Panorama moveable with mouse and touch events
.cyclotron();
Panorama with autorotate and no damping of movement
.cyclotron({dampingFactor:1,autorotation:1});
non-continuous panorama
.cyclotron({continuous:0});
non-continuous panorama autorotate
.cyclotron({continuous:0,dampingFactor:1,autorotation:1});