Callout remove fade out
carman8910 opened this issue · 7 comments
carman8910 commented
Exist a callout function to the remove fallout function
RomanBurunkov commented
I didn't quite understand the meaning of this phrase.
Sorry about that ;)
pjona commented
@carman8910 can you give some more details?
RomanBurunkov commented
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?
carman8910 commented
@RomanBurunkov yes, that is my question. Its possible use this code in nestable?
$('#selectror').nestable('remove', id, 'fade', function(){
//Do something when animation done.
});
RomanBurunkov commented
I have such functionality in my local version.
I'll try to add this on friday.