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

https://github.com/jarrodsampson/minislider

For the Minimalist who just needs a basic slideshow in a complex world.
https://github.com/jarrodsampson/minislider

Last synced: 2 months ago
JSON representation

For the Minimalist who just needs a basic slideshow in a complex world.

Awesome Lists containing this project

README

        

# MiniSlider
For the Minimalist who just needs a basic slideshow in a complex world. Designed by [planlodge](https://github.com/planlodge).

[![Build Status](https://travis-ci.org/stevenbenner/jquery-powertip.svg?branch=master)](https://travis-ci.org/stevenbenner/jquery-powertip)
![License](https://img.shields.io/packagist/l/doctrine/orm.svg)

![Atom](https://raw.githubusercontent.com/planlodge/MiniSlider/master/demo/record.gif)

## Getting Started

1. Include jQuery in your code.
2. Download and include the minislider.js file.
3. Pick your selector and apply minislider method and include images.

## Example






Mini-Slider








Mini-Slider


For the Minimalist.







2015 Planlodge








$(function(){

$('#slideshow').miniSlider({

width: 500,
height: 300,
delay: 5000,
fadeSpeed: 1900,
images: [
'images/feature-11.png',
'images/feature-22.png',
'images/feature-33.png'
]

});

});



## License

MiniSlider is licensed under the [MIT license](http://opensource.org/licenses/MIT).