jquery slideshow.

enter your own images and see them work

Process & Creation

This slider was built on a base of HTML and CSS. It was created so that the user can enter their own images for the slider to use.

How it works: This slider starts off with a couple variables that keep the time for how long the slides and slider should be taking. The number of images entered is saved, along with the width of each slide, and the width of the entire container of slides. When the function for moving the slides automatically is called, the slider starts off with a delay and is then animated to move left, the width of the current slide. When the slider reaches the last image, the next slide becomes the first image and the "run the slider" function is called again.

see on codepen

Slideshow