Property: animating
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>