Method: peel: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
| [[Corner]]
| [[Corner]]
| You must specify this parameter
| You must specify this parameter
 
|-
| animate
| Boolean
| true
| Animates the corner
|}
|}



Revision as of 03:30, 10 July 2012

Shows a peeling page in the corner specified.

Parameter Type Description Default Value
corner String Corner You must specify this parameter
animate Boolean true Animates the corner

Example:

// Shows a peeling page at the bottom right corner
$("#flipbook").turn("peel", "br");