sablontok/public/hurst/lib/home.js

23 lines
536 B
JavaScript

(function ($) {
"use strict";
//---------------------------------------------
//Nivo slider
//---------------------------------------------
$('#ensign-nivoslider').nivoSlider({
effect: 'random',
slices: 15,
boxCols: 8,
boxRows: 4,
animSpeed: 700,
pauseTime: 9000,
startSlide: 0,
directionNav: true,
controlNavThumbs: false,
pauseOnHover: false,
controlNav: true,
prevText: '<i class="zmdi zmdi-chevron-left"></i>',
nextText: '<i class="zmdi zmdi-chevron-right"></i>'
});
})(jQuery);