Remove animate.css (#222)

This commit is contained in:
2023-04-04 15:28:15 +02:00
parent b4ce23170a
commit e9b2ef1ff5
6 changed files with 20 additions and 63 deletions

View File

@ -42,19 +42,17 @@
});
//Hero Slider
$('.hero-slider').slick({
$('.hero-slider-items').slick({
autoplay: true,
autoplaySpeed: 5000,
pauseOnFocus: false,
pauseOnHover: false,
pauseOnHover: true,
infinite: true,
arrows: true,
fade: true,
prevArrow: '<button type=\'button\' class=\'prevArrow\'><i class=\'mdi mdi-chevron-left arrowIcon\'></i></button>',
nextArrow: '<button type=\'button\' class=\'nextArrow\'><i class=\'mdi mdi-chevron-right arrowIcon\'></i></button>',
dots: true
});
$('.hero-slider').slickAnimation();
// venobox popup
$(document).ready(function () {
@ -115,17 +113,7 @@
$(window).on('scroll', function () {
counter();
});
// Animation
$(document).ready(function () {
$('.has-animation').each(function (index) {
$(this).delay($(this).data('delay')).queue(function () {
$(this).addClass('animate-in');
});
});
});
})(jQuery);
var acc = document.getElementsByClassName("accordion");

View File

@ -118,7 +118,7 @@ a h4 {
top: 0;
left: 0;
background: $secondary-color;
opacity: .8;
opacity: .7;
}
}