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
This needs updating on the site to use jQuery Tools 1.2.6 and jQuery 1.6.2 - example of fixed version at http://www.tribalmystic.com/tools/demos/scrollable/gallery.html.
The text was updated successfully, but these errors were encountered:
This is the fix that needs to be applied:
// call this function after it's loaded img.onload = function() {
// make wrapper fully visible /wrap.fadeTo("fast", 1);/
// change the image wrap.find("img").attr("src", url);
// fade-in image $("#image_wrap img").hide().fadeIn('fast');
// get handle to element that wraps the image and make it semi-transparent var wrap = $("#image_wrap")/.fadeTo("medium", 0.5)/; };
Sorry, something went wrong.
No branches or pull requests
This needs updating on the site to use jQuery Tools 1.2.6 and jQuery 1.6.2 - example of fixed version at http://www.tribalmystic.com/tools/demos/scrollable/gallery.html.
The text was updated successfully, but these errors were encountered: