Property: animating

From Turn.js Documentation
Revision as of 00:58, 9 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>