fadeOut and remove

fadeOut and remove


Hello guys!
I'd like to fade out an element and then remove it:
$(this).animate( {opacity: 0.0}, 1000 ).remove();
but it removes it immediately.
How can I solve this?