Side navigation
#2014 closed enhancement (fixed)
Opened December 06, 2007 07:58AM UTC
Closed March 14, 2008 04:45PM UTC
UI Sortable: opacity effect
Reported by: | antonn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | sortable opacity | Cc: | |
Blocked by: | Blocking: |
Description
I suggest to add another mode of how sortable element disappears on a sortstart and appears on new position on sortstop.
If we pass {opacityMode: true} in options, we then could hide/show element with .css("opacity", o.opacitySortStart || '0.15') and .css("opacity", o.opacitySortEnd || '1') rather than with changing visibility property.
File with the code is attached to this ticket.
Attachments (1)
Change History (1)
Changed March 14, 2008 04:45PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
already possible.