Corners: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


Description:
Description:
* <tt>tl</tt>: Top Left.  
* <tt>tl</tt>: Top left.  
* <tt>tr</tt>: Top right.  
* <tt>tr</tt>: Top right.  
* <tt>r</tt>: Right (hard pages only)  
* <tt>r</tt>: Right edge (hard pages only)  
* <tt>br</tt>: Bottom right.  
* <tt>br</tt>: Bottom right.  
* <tt>bl</tt>: Bottom left.  
* <tt>bl</tt>: Bottom left.  
* <tt>l</tt>: Left (hard pages only)
* <tt>l</tt>: Left edge (hard pages only)

Revision as of 04:39, 9 July 2012

The corners identify every interactive region on the flipbook.

Description:

  • tl: Top left.
  • tr: Top right.
  • r: Right edge (hard pages only)
  • br: Bottom right.
  • bl: Bottom left.
  • l: Left edge (hard pages only)