Display pages of data to your users. Comes stock with easy to turn pages, multiple transition effects (fade, flip, and slide), a quick PDF mode, and a view-based mode.
View the Using Titanium Modules document for instructions on getting started with using this module in your application.
To access this module from JavaScript, you would do the following:
var PageFlip = require('ti.pageflip');
Creates a Ti.PageFlip.View.
Takes one argument, a dictionary with any of the properties from Ti.PageFlip.View.
When transitioning between pages, the page will "flip" from their spine.
When transitioning between pages, the page will slide on and off the screen.
When transitioning between pages, the pages will fade between each other.
When transitioning between pages, the pages will curl between each other from their spine.
See example.
Dawson Toth
View the change log for this module.
Please direct all questions, feedback, and concerns to info@appcelerator.com.
Copyright(c) 2010-2011 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.