Skip to content

dineshselvantdm-zz/javascript-circular-carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-circular-carousel

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
Check the Demo. Require the minified js.

About

Light-weight Circular Carousel using vanilla javascript of size ~750Bytes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors