Property: animating

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

Returns true when animating a page, in other words when a folded page is visible.

Example:

function isAnimating() {

	if ($("#flipbook").turn("animating"))
		alert('Animating a page!');

}

<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>