Circular Carousel using vanilla javascript.
- Circular Carousel using vanilla javascript
- Very Light weight and size is ~750 Bytes minified and gzipped version.
- No dependencies.
- Compatible with all javascript frameworks like Mithril JS, React JS, Angular JS etc.
- In jQuery carousels, animate() function is used, which internally uses setInterval() for animation. That impacts the browser paint performance. Know more
- In lite-carousel,requestAnimationFrame() is used for carousel animation. Optimized for browser paint time.
- Improves page load time due to less size.
- Viewport CSS can be customized to show any number of images on load.
- Check Browser Support