|
Floom is a Blinds-effect MooTolls slideshow plugins.It has two way to set Floom up. One is the object way and the other way is by simply passing a element collection.In the blog: http://blog.olicio.us/2009/07/25/floom/ you can find how to do.
Options:
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
|