Capítulo 201 de 411

Chapter 201: Draggable.endX

Core Idea

Read-only; the predicted final x position, calculated the instant the pointer is released (before any inertia tween finishes). For type:"x,y" it's the x transform; for type:"top,left" it's the CSS left value.

Connects To

  • Draggable.endY: the corresponding vertical value.
  • InertiaPlugin: what actually animates the element toward endX after release when inertia: true.