Page Attributes / Parameters
The behavior of a page can be confiured by a couple of page specific attribute, like:
- bgcolor: Background Color, the color of this page's back ground in RGB or ARGB (Alpha - red- green - blue) nototion. An ARGB value of hexadecimal 0x7fff0000 results in a semi transparent, red page.
- dragarea defines the area that can be used to drag a page
- buffer determines whether to create a static copy of the page's content while turning or dragging the page. Can improve performance of pages with animated or swf content.
- height, width define the size of the actual page
- stiff influences the way a page flips. If set to
true, this page (together with it's other side) will be a stiff page, resulting in a different turning animation, which resembles that of a hardcover's cover.
For details on what page attributes are supported by which element, please check the Wiki.

