Skip to content

Instantly share code, notes, and snippets.

@shaikotahmed19
Last active June 5, 2021 18:09
Show Gist options
  • Save shaikotahmed19/9ab8c5dd3701f19ffec340b9c7b851c6 to your computer and use it in GitHub Desktop.
Save shaikotahmed19/9ab8c5dd3701f19ffec340b9c7b851c6 to your computer and use it in GitHub Desktop.
Owl Carousel 1
/*------------------------------
doc-cat-carousel
------------------------------ */
$(".doccat-carousel").owlCarousel({
autoPlay: false,
slideSpeed: 2000,
pagination: false,
navigation: true,
items: 4,
/* transitionStyle : "fade", */
/* [This code for animation ] */
navigationText: ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
itemsDesktop: [1199, 4],
itemsDesktopSmall: [980, 2],
itemsTablet: [768, 1],
itemsMobile: [479, 1],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment