Vanilla JS Carousel is a JavaScript Slider plugin for navigating objects in a 3D space just like Cover Flow.
flip image slider, flip box carousel, flip carousel elementor, image carousel demo, image scroller
Features:
- Navigation controls.
- Pagination bullets.
- Transition with a glide effect.
- infinite loop.
How to make use of it:
1. Load the wanted JavaScript and CSS files within the HTML.
<link rel="stylesheet" href="carousel.css" /> <script src="carousel.js"></script>
2. Code the HTML for the carousel & controls.
<div class="gallery"> <div class="gallery-container"> <img class="gallery-item" src="1.jpg"> <img class="gallery-item" src="2.jpg"> <img class="gallery-item" src="3.jpg"> <img class="gallery-item" src="4.jpg"> <img class="gallery-item" src="5.jpg"> </div> <div class="gallery-controls"></div> </div>
Flip Through Elements In A 3D Space, Vanilla JS Carousel Plugin/Github
See Demo And Download
Official Website(benkimo6i): Click Here
This superior jQuery/javascript plugin is developed by benkimo6i. For extra Advanced usage, please go to the official website.
Be First to Comment