Skip to content

Instantly share code, notes, and snippets.

View munirkamal's full-sized avatar
🎯
Focusing

Munir Kamal munirkamal

🎯
Focusing
View GitHub Profile
@munirkamal
munirkamal / swiperinit.html
Last active November 17, 2018 12:53 — forked from AminulBD/swiperinit.html
Swiper Initialization with data attribute and Animate.css integrate
<div id="content-carousel" class="content-carousel-widget" data-carousel="swiper">
<!--
You can use: data-items="5" for total items display in single page
data-autoplay="true" or "false" for autoplay.
data-loop="true" or "false" for looping the carousel
data-effect="fade" or "cube" for slide changing effects
data-direction="horizontal" or "vertical" for sliding direction
data-initlal="3" for for first active slide
data-center="true" or "false" for centerize slider
-->