Capítulo 243 de 411

Chapter 243: Flip.killFlipsOf()

Core Idea

Immediately kills the Flip animation(s) associated with the given target(s), forcing them to completion unless complete is explicitly false.

Reference Tables

ParameterTypeDescription
targetsString | Array | NodeList | Elementtargets whose Flip animations to kill
completeBooleanfalse = stop immediately without jumping to end state

Code Examples

Flip.killFlipsOf(".box, .container");

Connects To

  • Flip.isFlipping(): check before deciding whether to kill.