Custom version of ResponsiveSlides.js v1.53 by @viljamis
Originated in ResponsiveSlides.js v1.53
- Fully responsive
- CSS3 transitions with JavaScript fallback
- Simple markup using unordered list
- Settings for transition and timeout durations
- Multiple slideshows supported
- Automatic and manual fade
- Works in all major desktop and mobile browsers
- Captions and other HTML elements supported inside slides
- Separate pagination and next/prev controls
- Possibility to choose where the controls append to
- Possibility to randomize the order of the slides
- Possibility to use custom markup for pagination
- Can be paused while hovering slideshow and/or controls
- Images can be wrapped inside links
- Optional 'before' and 'after' callbacks
Originated in R2Slides.js
- Option to add pause/play button and set the text
Differences from ResponsiveSlides.js v1.53:
- Pause/play button option
- Clicking a pager to go to a different slide doesn't restart the cycle
- Classes added to more of the HTML elements
- Classes use hyphens instead of underscores per my coding preference
- Single and double quotes have been "switched round" per my coding preference
- jQuery 1.6 or up
Licensed under the MIT license.
ResponsiveSlides.js v1.53 Copyright (c) Viljami Salminen, http://viljamis.com/
R2Slides.js Copyright (c) Ste Allan
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
v0.1.0 (Mar 30 2013) - Initial version