Capítulo 242 de 411

Chapter 242: Flip.isFlipping()

Core Idea

Returns true if a given target is currently mid-Flip-animation.

Code Examples

if (Flip.isFlipping(".box-1")) {
  // avoid triggering another flip on the same element right now
}

Connects To

  • Flip.killFlipsOf(): force-stop a Flip in progress instead of just checking for it.