Minimit Gallery è lo slider plugin più customizzabile che troverai. E’ testato e supporta transizioni e trasformazioni Css3, drags, scrollers, e interazioni touch.

E’ un plugin Javascript che non necessita di librerie, ma usandolo bisogna codificare le animazioni quindi userai una libreria per ciò oppure puoi assegnare transizioni Css3. Anche la grafica Css è custom, infatti Minimit Gallery è uno slider plugin che gestisce stati per creare interfacce web, costruito per sviluppatori frontend avanzati che vogliono spendere il tempo a codificare le animazioni dell’interfaccia invece di codificare le funzionalità.

Per animazioni fluide su Iphone, Ipad e Safari usa i translate3d e le transizioni Css3, perchè sono accelerate dall’hardware.
Per imparare a usare questo plugin vedi la guida 2.0, il codice sorgente dello snippet e il codice sorgente della demo.

Testato su IE7+, Firefox 3.5+, Safari 3+, Opera 9+, Chrome, Iphone, Ipad, Android.
Rilasciato sotto licenza MIT.

Scarica Sorgente

Minimit Gallery Plugin

Vedi Demo

Minimit Gallery Plugin

Release Notes

Version 2.02
Now isInit is a string variable "this.eventType" on events that can be "init" "item" "prev" "next" "first" "last" "scroll" "drag" "fraction" or custom
Now you can set galleries without items with totalItems argument
New support for scrollable and draggable interface, now you can build scrollbars or draggable gallery using scrollIn scrollOut and dragIn dragOut elements
Changed arguments name from prevToSteps to firstToSteps and from nextToSteps to lastToSteps
Fixed weird behavior if you have less items than multiLess and multiPlus with multiMode fixed and flexible
Fix firstToStep and lastToSteps works properly with multiMode fixed and flexible
Fix automatic always cycle
Now cursor style is done by the plugin

Version 2.01
New modes for multi added now you can set multiMode to 'centered' 'fixed' 'flexible'
Linked changed now you use myobject.click instead of myobject as linked
Fixed first and last now works properly
Fixed a bug with false prevToSteps and nextToSteps and hight prevSteps or nextSteps

Version 2.0
Rewrote with classes, with better performances and api
Made it library agnostic

Version 1.05
Added optional anchorize argument to the init function if you want to implement url anchors to remember position

Version 1.04
Requires Jquery 1.7 now: changed live events with on events
Fixed automatic with hover and out
Activated now must be set on click, hover and out and will call respectively _click_init, _hover_init, _out_init
Added mg_pauseautomatic e mg_resumeautomatic
Now prevshow and nextshow gets called properly
Added linkedmultiply to arguments
Added prevclick and nextclick functions

Version 1.03
Now automatic time goes to pause also if the interaction is a linked one
Now you can set less or plus to 0

Version 1.02
Prevtosteps and nexttosteps now works properly

Version 1.01
Fixed IE bug with automatic interval
added automaticinverse argument on mg_init