Yes, you can use $.messager.show to display a animating gif.
var s = '<span class="tree-loading" style="display:inline-block;width:16px;height:24px;vertical-align:middle"></span><span style="display:inline-block;line-height:24px;vertical-align:middle;"> Processing...</span>';
var win = $.messager.show({
title:'My Title',
msg:s,
showType:'fade',
timeout:0,
style:{
right:'',
bottom:''
}
});
To close the message window, call 'close' method on this window.