void Animator.IAnimatorListener.OnAnimationCancel (Animator animation)
		{
			//throw new NotImplementedException ();
			animation.End();
		}