mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 22:54:22 +01:00
Added art carousel script part
This commit is contained in:
parent
381f2f9e1d
commit
2bc9caf285
1 changed files with 16 additions and 2 deletions
|
@ -130,6 +130,22 @@ jQuery(function ($) {
|
|||
});
|
||||
}
|
||||
|
||||
/* ========================================================================= */
|
||||
/* Art Carousel
|
||||
/* ========================================================================= */
|
||||
|
||||
$("#ArtCarousel").slick({
|
||||
infinite: true,
|
||||
arrows: false,
|
||||
autoplay: true,
|
||||
autoplaySpeed: 1500,
|
||||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
lazyLoad: "progressive",
|
||||
centerMode: true,
|
||||
variableWidth: true
|
||||
});
|
||||
|
||||
/* ========================================================================= */
|
||||
/* Testimonial Carousel
|
||||
/* ========================================================================= */
|
||||
|
@ -145,8 +161,6 @@ jQuery(function ($) {
|
|||
/* animation scroll js
|
||||
/* ========================================================================= */
|
||||
|
||||
|
||||
|
||||
function myFunction(x) {
|
||||
if (x.matches) {
|
||||
var topOf = 50
|
||||
|
|
Loading…
Reference in a new issue