ReMooz is an open-source widget for great looking and unobtrusive inline-pop-ups, powered by MooTools. It enables how your vistors browse through content, such as thumbnail images and HTML. ReMooz features centered or relative-positioned draggable zoomed images, content preloading, fading captions, with plenty of options and is highly configurable: Add a simple image zoom or create a fancy design element for any graphic that needs to be enlarged on your site.
Features:
How to use:
// Wait for the content ...
window.addEvent('domready', {
/**
* Assigns ReMooz behavior to all anchors with the .remooz class
*/
ReMooz.assign();
/**
* Or assign ReMooz "by hand"
*/
$$('ul.thumbnails a').each(function(element) {
// Constructor, takes the element and options as arguments
new ReMooz(element, {
centered: true, // Zoom the center of the screen
origin: element.getElement('img') // Take the image inside as origin for the zooming element
});
});
});
Demo:
Download: http://digitarald.de/project/remooz/1-0/source/ReMooz.js
http://digitarald.de/project/remooz/1-0/assets/ReMooz.css
Source: http://digitarald.de/project/remooz/

Related Listings:
No comments yet.
RSS feed for comments on this post. TrackBack URL