1 line
801 B
JavaScript
1 line
801 B
JavaScript
window.innerWidth<768&&[].slice.call(document.querySelectorAll("[data-bss-disabled-mobile]")).forEach(function(e){e.classList.remove("animated"),e.removeAttribute("data-bss-hover-animate"),e.removeAttribute("data-aos"),e.removeAttribute("data-bss-parallax-bg"),e.removeAttribute("data-bss-scroll-zoom")}),document.addEventListener("DOMContentLoaded",function(){[].slice.call(document.querySelectorAll("[data-bss-hover-animate]")).forEach(function(e){e.addEventListener("mouseenter",function(e){e.target.classList.add("animated",e.target.dataset.bssHoverAnimate)}),e.addEventListener("mouseleave",function(e){e.target.classList.remove("animated",e.target.dataset.bssHoverAnimate)})}),[].slice.call(document.querySelectorAll("[data-bss-tooltip]")).map(function(e){return new bootstrap.Tooltip(e)})},!1); |