We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't catch ready event. Can you "fire" ready event after you call to showImages method
The text was updated successfully, but these errors were encountered:
I have add a onReady callback function that will get triggered once all images are loaded and is ready to render on the screen.
var product1 = $('.product1').ThreeSixty({ totalFrames: 52, endFrame: 30, currentFrame: 1, drag: true, imgList: '.threesixty_images', progress: '.spinner', imagePath:'img/car/', filePrefix: '', ext: '.png', height: 447, width: 1000, navigation: true, disableSpin: false, onReady: function () { console.log('onReady Triggered'); } });
This will be available on v1.0.9.
Sorry, something went wrong.
#42, #43: isIE function fixed and onReady callback added in config
0f38564
No branches or pull requests
I can't catch ready event. Can you "fire" ready event after you call to showImages method
The text was updated successfully, but these errors were encountered: