Skip to content

allinallin/infinityCarousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery Infinity Carousel

Boilerplate for creating a full-width repeatable slideshow.

Demo

Codepen

TODO

  • Make it a plugin

Dependencies

Usage

Instantiate the carousel with the following:

$(function(){
    $('.infinity-carousel').each(function() {
        infinityCarousel.apply( this );
    });
});

This type of slideshow is only practical for slideshows that have enough slides to warrant repeating.

Required files

css/infinityCarousel.css`
js/infinityCarousel.js`
index.html

Recommended files

The sass file scss/infinityCarousel.scss contains variables for easier style configuration.

About

jQuery powered, full-width, looping carousel that duplicates slides to make carousel appear infinite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published