The plugins site is currently in development.
We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.
jQuery Image Flyout
jquery.flyout.js - v1.1
jquery.flyout provides an elegant, animated method of displaying images from a thumbnail link using easing effects.
new features
- opera 9.5+ flyout image display fix
- class add to parent link on flyout - facilitate external close event (see demo)
- localization: ability to customize closeTip and loadingText
- specify offset and size of flyout thumb source via startOffsetX, startOffsetY, startHeight and startWidth - patch from Jake Kronika.
- specify a destination element to 'contain' the final flyout image via destElement and specify padding with destPadding
- callback functions added for start and finish of flyOut and putAway operations via flyOutStart, flyOutFinish, putAwayStart and putAwayFinish
- last two features demoed in new advanced gallery mash-up: http://nixboxdesigns.com/demos/jquery-flyout-photo-album-demo.php
About jquery.flyout
jquery.flyout was designed to be a simple, elegant plugin for viewing full images from a linked thumbnail image without navigating away from the source gallery page. Flyout only works when applied on <a> tags with a single <img> element inside (href and src tags are required to complete effect).
