slowly expand the image to user specified max size
if(!this.isOver){ return; } this.timerScale += 0.2; this._paint(); if(this.timerScale<1.0){ setTimeout(dojo.hitch(this, "_expandSlowly"), 10); }