Search and Top Navigation
#2014 closed enhancement (fixed)
Opened December 06, 2007 07:58AM UTC
Closed March 14, 2008 04:45PM UTC
Last modified February 26, 2009 11:19AM UTC
UI Sortable: opacity effect
Reported by: | antonn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | 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.
already possible.