|
TABLE
MAKE
CUSTOMIZE
EFFECTS
EFFECTS CYCLE
EFFECTS CYCLES
VIRTUAL BOX
PLUG-IN
GLIDER
|
Glider Auto
Glider with auostart and thumbnails based navigation.
auto-resize is enabled (in this case either height and witdh),
arrowKeyboard is disabled and the captions effect is set to provide only a
fade transition.
The fullscreen mode is enabled: try to press shift+f and have fun. window.addEvent('domready', function() { var imgUrl = '/examples/1.3.1/glider_thumbs/images/'; var glid = new Glider('imgs', { enable: { resizeHeight: true, resizeWidth: true, thumbnails: true, arrows: false, autostart: true, fullscreen: true }, steps: 4000, captions: ['The Far Sky', 'Sea Islands', 'Bell Tower', 'Sunny Laguna'], captionHeightEffect: false, captionWrapper: 'captions', scrollOptions: { duration: 500 }, morphOptions: { duration: 1000, transition: 'bounce:out' }, thumbTexts: [ '<img src="' + imgUrl + 'p1.jpg" alt="" />', '<img src="' + imgUrl + 'p2.jpg" alt="" />', '<img src="' + imgUrl + 'p3.jpg" alt="" />', '<img src="' + imgUrl + 'p4.jpg" alt="" />' ], toNormalButtonClass: 'backToNormal' }); if(Browser.Engine.trident) { $$('ul#imgs li').setStyle('margin-bottom', '-3px'); } });
|