Skip to content

Commit

Permalink
Update documenation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicinabox committed Jan 20, 2013
1 parent 4b20b8c commit cfbc26a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -12,14 +12,14 @@ Superslides is a full screen slider for jQuery heavily influenced by Nathan Sear

There are a few configurable options (these are the defaults):

play: false
play: false // Milliseconds for delay
slide_speed: 'normal'
slide_easing: 'linear'
pagination: true
hashchange: false
scrollable: true
scrollable: true // Allow scrollable content inside slide
classes:
preserve: 'preserve'
preserve: 'preserve' // Prevent an image from being resized
nav: 'slides-navigation'
container: 'slides-container'
pagination: 'slides-pagination'
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
@@ -1,5 +1,9 @@
# Changelog

### 0.5.2 - Unreleased

* Fix image scale bug when using images larger than viewport

### 0.5.0 - Dec 17, 2012

* Ground up rebuild
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.superslides.js
@@ -1,4 +1,4 @@
/*! Superslides - v0.5.1 - 2013-01-20
/*! Superslides - v0.5.2 - 2013-01-20
* https://github.com/nicinabox/superslides
* Copyright (c) 2013 Nic Aitch; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.superslides.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/jquery.superslides.coffee
@@ -1,3 +1,9 @@
###
Superslides
https://github.com/nicinabox/superslides
Copyright (c) 2013 Nic Aitch; Licensed MIT
###

plugin = 'superslides'
$ = jQuery

Expand Down
2 changes: 1 addition & 1 deletion superslides.jquery.json
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.superslides",
"title": "Superslides",
"description": "A fullscreen, hardware accelerated slider for jQuery.",
"version": "0.5.1",
"version": "0.5.2",
"homepage": "https://github.com/nicinabox/superslides",
"author": {
"name": "Nic Aitch",
Expand Down

0 comments on commit cfbc26a

Please sign in to comment.