Property: animating

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

Returns true when animating a page.

Example:

function isAnimating() {
	if ($("#flipbook").turn("animation"))
		alert('Animating');
	else
		alert('Not animating');
}

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