...

setInterval(function(){
	if($('#tgt').is(':animated')){
		$('#flg').text('Animate');
	}else{
		$('#flg').text('...');
	}
},100)

Stronghold