1.0.11 • Published 4 years ago

jquery-background-slideshow v1.0.11

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

jquery-background-slideshow plugin

It

  • is mobile friendly, loads images only before shown,
  • pre loads only the next image shown,
  • uses a fade transition for the images,
  • works in all modern browsers and the internet explorer (not tested with IE < 11).

Demo Page

GitHub Repository

Usage:

$.backgroundSlideshow({
    delay: 10000, // delay between images in seconds, optional, defaults to 5000
    transitionDuration: 3000, // optional, defaults to 3000
    onBeforeTransition: callbackBeforeShowingAnImage, // optional
    onAfterTransition: callbackAfterShowingAnImage, // optional
    images: ["image1.jpg", "image2.jpg", "image3.jpg"]
})
1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago