Constructor

From Turn.js Documentation
Jump to navigation Jump to search

The constructor is where the flipbook or the zoom viewport is created. Therefore, it's called once and cannot be omitted.

Both the flipbook and the zoom viewport have independent constructors.

Turn Constructor

Syntax:

$("#flipbook").turn([options]);

For example:

$("#flipbook").turn({page: 1, acceleration: true, gradients: true});

Zoom Constructor

Syntax:

$("#zoom-viewport").zoom(options);

See also

<yambe:breadcrumb>API</yambe:breadcrumb>