RamonSmit/Nestable2

Callout remove fade out

carman8910 opened this issue · 7 comments

Exist a callout function to the remove fallout function

I didn't quite understand the meaning of this phrase.
Sorry about that ;)

pjona commented

@carman8910 can you give some more details?

Probablly the question is about existance of callback function for remove method with 'fade' option.

$('#selectror').nestable('remove', id, 'fade', function(){
  //Do something when animation done.
});
pjona commented

@carman8910: can you extend your description, or confirm what @RomanBurunkov said?

@RomanBurunkov yes, that is my question. Its possible use this code in nestable?
$('#selectror').nestable('remove', id, 'fade', function(){
//Do something when animation done.
});

@carman8910 ,

I have such functionality in my local version.
I'll try to add this on friday.

pjona commented

We added this functionality with PR #80.