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/
108 stars 38 forks source link

Rotate-Callback #4

Open criedel opened 11 years ago

criedel commented 11 years ago

Is there a way to bind a callback-listener to be notified when another image of the slideshow is shown?

$('#three60').on('rotate', {}, callback);

matdumsa commented 11 years ago

There sure would be a way to do that, it's not in the code as of now though.. Can you do it yourself or you need someone to add it?

criedel commented 11 years ago

I sent you a pull request. Did I miss something? I tested it in my browsers and it worked.