Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biko2/jquery-slimer
Jquery slider with timer and bar.
https://github.com/biko2/jquery-slimer
Last synced: 3 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T12:07:19.000Z (over 7 years ago)
- Last Synced: 2024-10-13T17:47:30.730Z (26 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 7
- 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)