matdumsa / jQuery.threesixty

A plug-in that turns an array of images into a 360 degrees interactive view that can be rotated at will
http://www.mathieusavard.info/threesixty/
109 stars 38 forks source link

Added 'rotate' event #5

Open criedel opened 11 years ago

criedel commented 11 years ago

An event 'rotate' should be triggered each time the image's src attribute is changed.

Example:

$('#images img').on('rotate', {}, function (event, index) { console.log('showing index ' + index); });