Bug Tracker

Modify

Ticket #2014 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

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:
Blocking: Blocked by:

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

ui.sortable.js Download (8.3 KB) - added by antonn 5 years ago.
Enhanced ui.sortable.js that supports opacityMode option

Change History

Changed 5 years ago by antonn

Enhanced ui.sortable.js that supports opacityMode option

comment:1 Changed 5 years ago by paul

  • Status changed from new to closed
  • Resolution set to fixed

already possible.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.