Capítulo 105 de 411

Chapter 105: Tween.isActive()

Core Idea

isActive() reports whether the playhead is currently moving across this tween's span and it isn't paused — same behavior as Timeline.isActive().

Code Examples

if (tween.isActive()) { /* currently animating */ }

Connects To

  • Timeline.isActive(): identical mechanism on the Timeline class.