rwprofile-3.0.x-dev/modules/hero_intro/js/intro.js
modules/hero_intro/js/intro.js
(function ($, Drupal) {
var slider = tns({
container: '.view-intro .view-content',
items: 1,
slideBy: 'page',
autoplay: true,
controls: true,
nav: true,
autoplayTimeout: 5000,
autoplayHoverPause: true,
autoplayButtonOutput: false,
controlsText: ['<', '>'],
responsive:{
0:{
controls: false,
autoplay: false,
mouseDrag: true,
},
1400:{
controls: true,
autoplay: true,
mouseDrag: false,
}
}
});
})(window.jQuery, window.Drupal);
