Usage:
$("selector").threesixty({images:[array of images], method:'click', direction:'forward'});
Features
method... can be "click" or "mousemove" (new in 0.2)
when method is "click" parameter resetMargin indicates a frame thick of n pixels inside the image. Whenever the mouse get into that zone, the action is disabled. This is used to prevent action to occur outside the picture or is the mouse button is released outside of it. 0=infinity=default. (new in 0.3) [thanks to Darrin Brunner for the input]
parameter direction can be either "forward" or "backward" depending on how your photos were taken and how you want them to appear [Thanks to Pete Baker for the input]
cycle (see demo) (new in 0.2)
Preload images
Releases
0.4: added the direction option.
0.3: click method now works then the mouse button is released when mouse cursor is outside the picture. Now runs with jQuery latest (1.3.2). Doesn't require dimension plug-in anymore.
0.2.1: mainly a bug fix for click method, has been checked with ie, firefox and safari.