hide helper after resizing is complete
dojo.fadeOut({ node:this.domNode, duration:250, onEnd: dojo.hitch(this,function(){ this.domNode.style.display="none"; }) }).play();