Capítulo 194 de 411

Chapter 194: Draggable.deltaX

Core Idea

The change in the x-related value since the last drag event (read-only), typically x/translateX or left, or rotation delta when type: "rotation".

Key Takeaways

  1. Useful inside an onDrag callback to measure per-frame movement rather than absolute position.

Connects To

  • Draggable.deltaY: the corresponding vertical delta.