Option: when

From Turn.js Documentation
Revision as of 03:08, 6 July 2012 by Emmanuel (talk | contribs)
Jump to navigation Jump to search

Sets event listeners. The keys must be listed on the list of events.

Type Object
Default value Empty object

For example:

$("#flipbook").turn({when: {
		turning: function(event, page, pageObject) {
			// Implementation
		}
	}
});

<yambe:breadcrumb>Turn Options</yambe:breadcrumb>