Skip to content

TwP/jquery-ui.flipbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlipBook
    by Tim Pease
    http://code.pea53.com/jquery-ui.flipbook

== DESCRIPTION:

FlipBook will take a sequential time series of images and animate  them. Each
image is shown for a short period of time and then replaced by the next image
in the series.

== FEATURES:

* begin animation immediately
* skips images that have not yet been loaded by the browser
* set the animation speed
* change animation direction
* exclude specific images
* single step through the images
* resizes to fit the images
* automatic retry if images fail to load the first time

== REQUIREMENTS:

You will need jQuery, jQuery UI and the supporting CSS styles to use this
widget. Specifically, the UI slider is required.

== INSTALL:

Download the latest release package. You will find this readme along with the
FlipBook javascript file and the FlipBook CSS file. Copy these two files to a
public location on your webserver, and then add the appropriate script and
link tags to your pages where FlipBook will be used.

You can download FlipBook releases here:

http://github.com/TwP/jquery-ui.flipbook/downloads

== LICENSE:

(The MIT License)

Copyright (c) 2009-2012

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.