if (this.animator == null || !this.animator.hasNext())
{
this.animator = new GfrViewAnimator(SMOOTHING_FACTOR, view, this);
this.animator.start();
view.stopAnimations();
view.addAnimator(this.animator);
view.firePropertyChange(AVKey.VIEW, null, view);
}
}