Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thiagosf/skitter
- Owner: thiagosf
- Created: 2011-03-22T11:16:59.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T07:25:39.000Z (over 4 years ago)
- Last Synced: 2024-10-09T21:39:23.143Z (3 months ago)
- Topics: jquery, skitter, slider, slideshow
- Language: JavaScript
- Homepage: http://www.skitter-slider.net
- Size: 3.72 MB
- Stars: 302
- Watchers: 22
- Forks: 119
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```## 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)