Current Path :
/
home
/
develito
/
public_html
/
cache
/
mod_weblinklogos
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/public_html/cache/mod_weblinklogos/animation_110.js
document.addEventListener("readystatechange", function(event) { if (event.target.readyState === "complete") { var wl_110_carousel = tns({ container: "#weblinklogo_110 ul.weblink_items", items: 1, fixedWidth: 120, swipeAngle: false, gutter: 0, controls: false, nav: false, autoplay: true, autoplayTimeout: 27000, autoplayHoverPause: true, autoplayButtonOutput: false, mouseDrag: true, arrowKeys: true, speed: 1000, onInit: function (data) { var wl = document.getElementById("weblinklogo_110"); if (wl.classList) { wl.classList.add("show"); } else { wl.className += " show" } } }); document.addEventListener("modalopen", function() { wl_110_carousel.pause(); }, false); document.addEventListener("modalclose", function() { wl_110_carousel.play(); }, false); } });