Property: animating: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 11: | Line 11: | ||
} | } | ||
</pre> | </pre> | ||
<yambe:breadcrumb>Turn Properties</yambe:breadcrumb> | <yambe:breadcrumb>Turn Properties</yambe:breadcrumb> | ||
Revision as of 00:58, 9 July 2012
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>