Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richard1320/bare-bones-slider

Bare Bones Slider is a jQuery slider that is very flexible.
https://github.com/richard1320/bare-bones-slider

css css-animations css3 css3-animations jquery jquery-plugin jquery-slider

Last synced: 19 days ago
JSON representation

Bare Bones Slider is a jQuery slider that is very flexible.

Awesome Lists containing this project

README

        

Bare-Bones-Slider
=================

Description: jQuery slider with little bloat but lots of customization.

Author: Richard Hung

More documentation and examples: http://www.bbslider.com

Key Features
--------------------

* Carousel to show multiple slides simultaneously
* Uses CSS3 transitions with advanced easing
* Mask image for custom animations
* Allows you to make your own pagination and controls
* Public methods that you can call outside of the plugin
* Variables can be retrieved at any time
* Touch controls for phones

How to Use
--------------------

Bare Bones slider has a .js and a .css file in addition to the jQuery library.

```

```

Create a container for the slider and children for the panels.

```


first image

second image

third image

forth image

fifth image


```

Call the slider after the HTML markup and required files.

```
$('.slider').bbslider({
auto: true,
timer: 3000,
loop: true
});
```