https://github.com/biko2/jquery-slimer
Jquery slider with timer and bar.
https://github.com/biko2/jquery-slimer
Last synced: 3 months ago
JSON representation
Jquery slider with timer and bar.
- Host: GitHub
- URL: https://github.com/biko2/jquery-slimer
- Owner: biko2
- License: other
- Created: 2017-06-30T11:16:15.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T12:07:19.000Z (almost 8 years ago)
- Last Synced: 2025-04-10T23:55:51.082Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jquery.slimer.js #
> Simple slider with timer and progress bar.
[https://github.com/biko2/jquery-slimer](https://github.com/biko2/jquery-slimer)
### Demo
See the [jquery.slimer.js demo](https://github.com/biko2/jquery-slimer).
### Install
[jQuery](http://jquery.com/download/) is required, so include it first.
Download [jquery.slimer.js](https://raw.githubusercontent.com/biko2/jquery-slimer/master/jquery.slimer.js) and include the script in your HTML file:
You can also install using the package managers [Bower](http://bower.io/search/?q=slimer)
bower install jquery-slimer
### Usage
$(function() {
$('.item').slimer(options);
});Where `options` is an optional parameter.
See below for a description of the available options and defaults.### Options
The default `options` are:
{
time: 10000,
classBar: '.js-progress-bar',
classWrapper: '.js-slider-wrap',
classHidden: 'hidden',
classLeft: '.js-slider-left',
classRight: '.js-slider-right'
}## POWERED by BIKO2
### Twitter: [@biko2](https://twitter.com/biko2)