Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thiagosf/skitter

Skitter - Slideshow for anytime
https://github.com/thiagosf/skitter

jquery skitter slider slideshow

Last synced: 3 months ago
JSON representation

Skitter - Slideshow for anytime

Awesome Lists containing this project

README

        

# Skitter - Slideshow for anytime!

Skitter has 38 different animations, two types of navigations and many options to customize!

License: Dual licensed under the MIT or GPL Version 2

## NPM

`npm install skitter-slider`

## Bower

`bower install skitter --save`

## Manually

Download zip [https://github.com/thiagosf/skitter/archive/master.zip](https://github.com/thiagosf/skitter/archive/master.zip) and move files in `dist` directory for you application. Attention: you need to download the dependencies manually.

## How to install

### Add the CSS and JS files inside

```html

```

### Init the Skitter

```javascript
$(document).ready(function() {
$(".skitter-large").skitter();
});
```

### Add the images through the unordered list

```html





  • cut





  • swapBlocks





  • swapBarsBack





```

## Todo

- [ ] Update WP-Plugin
- [ ] Update CakePHP Plugin
- [x] Refactor variable names applying a pattern.
- [ ] Separate into small pieces the source code.
- [ ] Create unit tests
- [ ] Exchange images for background divs (for animations)