-
Notifications
You must be signed in to change notification settings - Fork 1
Coverflow-like behavior using MooTools
License
brooklynmuseum/bklynflow
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
BklynFlow is a Coverflow-like class for MooTools. Beau Sievers at the Brooklyn Museum, September 2010 Very simple usage example: --- include('bklynflow.js'); var thumbs = [ { action: function() { loadArtist('Evelyne_Axell'); // Replace with any desired action }, image: 'thumbs/axell.jpg', caption: 'Evelyne Axell' }, { action: function() { loadArtist('Pauline_Boty'); }, image: 'thumbs/boty.jpg', caption: 'Pauline Boty' }, { action: function() { loadArtist('Vija_Celmins'); }, image: 'thumbs/celmins.jpg', caption: 'Vija Celmins' } ]; var myBklynFlow = new BklynFlow(thumbs, 'my-flow-element-id'); ---
About
Coverflow-like behavior using MooTools
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published