Skip to main content

Bug Tracker

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)
  • ui.sortable.js (8.3 KB) - added by antonn December 06, 2007 07:59AM UTC.

    Enhanced ui.sortable.js that supports opacityMode option

Change History (1)

Changed March 14, 2008 04:45PM UTC by paul comment:1

resolution: → fixed
status: newclosed

already possible.