Opened 14 years ago
Closed 10 years ago
#3715 closed feature (wontfix)
draggable: cursorAt could use an animation
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.draggable | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when you start dragging a draggable with the cursorAt option set, the draggable jumps to the position that puts the cursor in the right place. It would be nice if this were animated.
Change History (7)
comment:1 Changed 14 years ago by
Milestone: | 1.6 → TBD |
---|
comment:2 Changed 14 years ago by
Milestone: | TBD → 1.next |
---|
comment:3 Changed 11 years ago by
Type: | enhancement → feature |
---|
comment:4 Changed 10 years ago by
Milestone: | 1.next → 2.0.0 |
---|
comment:5 Changed 10 years ago by
Status: | new → open |
---|
comment:6 Changed 10 years ago by
Off the top of my head, my thought is that this is impossible*. I could be wrong though.
- impossible = cannot use
.animate()
since the element can be dragged during the animation and the animation would need to take the movement into account.
comment:7 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | open → closed |
Right, scott. I'm closing this.
Note: See
TracTickets for help on using
tickets.
Let's make it possible to animate this jump in the 2.0.0 rewrite, maybe even making the animation the default, if that makes more sense.