MooFlick Demo

MooFlick is a simple Mootools plugin to grab and display the latest images from your flickr account. It comes with configuration options as standard and allows further customisation through the use of custom events.

Simply view the source to see the code for each demo:

Demo 1

The above shows the default settings for a MooFlick instance.

Demo 2

Rotation is generated at random though you can set max_rotation to alter the maximum rotation limits. You can also set num in order to change the number of images loaded.

Demo 3

You can change the size reduction of the images through size_reduction and also amend the delay with which the images are added to the page through the delay option.

Demo 4

The class fires two custom events.onAdd when the image is added to the DOM and onShow after the image add effect has been complete (and the image is visable)

www.ninjapenguin.co.uk