Capítulo 227 de 411

Chapter 227: Draggable.tween

Core Idea

Read-only; the Tween created when the pointer is released with inertia: true — control it (pause, resume, change timeScale) like any other Tween.

Key Takeaways

  1. A new tween is created on every throw; grab it via this.tween inside onDragEnd.

Connects To

  • InertiaPlugin: what actually drives this momentum tween.