Search and Top Navigation
#3715 closed feature (wontfix)
Opened December 31, 2008 01:45PM UTC
Closed November 04, 2012 07:16PM UTC
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.
Attachments (0)
Change History (7)
Changed January 08, 2009 01:45PM UTC by comment:1
milestone: | 1.6 → TBD |
---|
Changed May 07, 2009 11:46AM UTC by comment:2
milestone: | TBD → 1.next |
---|
Changed June 26, 2012 01:22AM UTC by comment:3
type: | enhancement → feature |
---|
Changed October 03, 2012 04:48PM UTC by comment:4
milestone: | 1.next → 2.0.0 |
---|
Changed November 04, 2012 05:40PM UTC by comment:5
status: | new → open |
---|
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.
Changed November 04, 2012 07:03PM UTC by comment:6
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.
Changed November 04, 2012 07:16PM UTC by comment:7
resolution: | → wontfix |
---|---|
status: | open → closed |
Right, scott. I'm closing this.