var index = function () { return { //parallax slider initparallaxslider: function () { $(function() { $('#da-slider').cslider(); }); }, //revolution slider initrevolutionslider: function () { var api; jquery(document).ready(function() { api = jquery('.fullwidthabnner').revolution( { delay:9000, startheight:500, startwidth:960, hidethumbs:10, thumbwidth:100, // thumb with and height and amount (only if navigation tyope set to thumb !) thumbheight:50, thumbamount:5, navigationtype:"bullet", // bullet, thumb, none navigationarrows:"solo", // nexttobullets, solo (old name verticalcentered), none navigationstyle:"round", // round,square,navbar,round-old,square-old,navbar-old, or any from the list in the docu (choose between 50+ different item), custom navigationhalign:"center", // vertical align top,center,bottom navigationvalign:"bottom", // horizontal align left,center,right navigationhoffset:0, navigationvoffset:20, soloarrowlefthalign:"left", soloarrowleftvalign:"center", soloarrowlefthoffset:20, soloarrowleftvoffset:0, soloarrowrighthalign:"right", soloarrowrightvalign:"center", soloarrowrighthoffset:20, soloarrowrightvoffset:0, touchenabled:"on", // enable swipe function : on/off onhoverstop:"on", // stop banner timet at hover on slide on/off stopatslide:-1, stopafterloops:-1, shadow:1, //0 = no shadow, 1,2,3 = 3 different art of shadows (no shadow in fullwidth version !) fullwidth:"on" // turns on or off the fullwidth image centering in fullwidth modus }); }); } }; }();