Floom - Blinds-effect MooTools slideshow
Floom is an extendible blinds-like slideshow widget for MooTools 1.2+ create very nice blinds effect slideshow. It is easy to use and able to load large images, since it shows a progress wheel while loading images in the background. Floom work properly on major modern browser.
There are two ways of setting Floom up. One is the object way, where you specify the image url and the caption using the key-value notation, the second one is by simply passing a element collection, ie. $$('#blinds img')
, where the passed element has to be the actual image collection. In this scenario the caption is the elements title attribute.
All options have default values assigned, hence are optional.
1.0
- prefix: (str) class prefix for dynamically created elements. Defaults to floom
- amount: (int) amount of blinds. Defaults to 24
- animation: (int) animation duration for each blind (slice). Defaults to 70
- interval: (int) the interval between slide change. Defaults to 8000
- axis: (str) either horizontal or vertical. Defaults to vertical
- progressbar: (bool) show the progress bar. Defaults to true
- captions: (bool) show the captions. Defaults to true
- captionsFxIn: (obj) extend morph-in
- captionsFxOut: (obj) extend morph-out
- slidesBase: (str) the directory where to look for images/slides
- sliceFxIn: (obj) extend morph-in
- onSlideChange: fires on slide change
- onPreload: fires on slides preload (once, on script initialization)
- onFirst: fires when at the first slide
- onLast: fires when at the last slide
Demo: http://nouincolor.com/floom/1.0/Demos/
Website: http://github.com/oskarkrawczyk/floom/
License: MIT Licenses
1 Comment
Arun Basil Lal
03.08.2010
I think I just struck Gold, I was looking for one for a project I was working on. There are many out there, but this one looks awesome

Arun Basil Lal´s last blog ..Blogging to the Next Level
There are no trackbacks to display at this time.