Capítulo 128 de 411

Chapter 128: Tween.totalProgress()

Core Idea

totalProgress() gets or sets progress as a 0-1 fraction, including repeats — same behavior as Timeline.totalProgress().

Code Examples

tween.totalProgress(0.5);

Connects To

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