mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 13:54:23 +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
|
/* Testimonial Carousel
|
||||||
/* ========================================================================= */
|
/* ========================================================================= */
|
||||||
|
@ -145,8 +161,6 @@ jQuery(function ($) {
|
||||||
/* animation scroll js
|
/* animation scroll js
|
||||||
/* ========================================================================= */
|
/* ========================================================================= */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function myFunction(x) {
|
function myFunction(x) {
|
||||||
if (x.matches) {
|
if (x.matches) {
|
||||||
var topOf = 50
|
var topOf = 50
|
||||||
|
|
Loading…
Reference in a new issue