Capítulo 195 de 411

Chapter 195: Draggable.deltaY

Core Idea

The change in the y-related value since the last drag event (read-only), typically y/translateY or top.

Key Takeaways

  1. Pairs with deltaX inside onDrag for per-frame movement vectors.

Connects To

  • Draggable.deltaX: the corresponding horizontal delta.