ZoomGallery
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Responsive Images Gallery using CSS3
ZoomGallery Documentation
=========
ZoomGallery is a small and easy to use JS library to make responsive images galleries.

The demo is available here: http://zoomgallery.deflotte.fr/

Requirement
------------
ZoomGallery require jQuery 1.8.2

To eneable swipe event, hammer.js 0.6.2 is required

Get Started
------------

Here is the minimal html code to use ZoomGallery


    
        
            
            
            
            
        
        
            
                
            
        
    


Options
------------
ZoomGaller allow these next options
 - navbar (boolean(true)): Display navigation bar
 - titlebar (boolean(true)): Display title bar
 - galleryMod (boolean(true)): Enable gallery mod
 - infinite (boolean(true)): Images can be scrolled to infinity
 - windowClassName (string('zoomWindow')): Class used for the window
 - limiterClassName (string('limiter')): Class used for the blue shadow when dragging image in mobile mod
 - navbarClassName (string('navbar')): Class used for the navbar
 - titlebarClassName (string('titlebar')): Class used for the title bar
 - previousButtonClassName (string('prev')): Class used for previous button in the navbar
 - nextButtonClassName (string('next')): Class used for next button in the navbar
 - mobileZoomClassName (string('mobilezoom')): Class add to window when navbar is activated
 - animationDuration (float(0.6)): Animation duration in second
 - swipeEvent (boolean(true)): Allow swipe event to run gallery. This feature require hammer.js (http://eightmedia.github.com/hammer.js/).
 - mobileZoom (array({height: 800, width: 600}): Allow a specific zoom for small device. To disable this feature, set  this attribute to boolean(false).
 
Customization
------------
ZoomGallery is fully customizable by editng the CSS zoomgallery.css


Compatibility
------------
ZoomGallery is fully compatible with Firefox (16 and more), Chome (18 and more), Chrome for Android, and Firefox for Android. I do not try on Opera and Safari, but there is no reason that ZoomGallery does not work with them.

With IE 8 and less the css3 transitions will not work. Transparency and rounded border will not work with IE under version 9 (not include).


Version
-

0.7


License
-

GPL

  [Maxence de Flotte]: http://tech.deflotte.fr/
  [@madef_]: http://twitter.com/madef_
  [demo]: http://zoomgallery.deflotte.fr

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。