protected override void OnDisappearing() { base.OnDisappearing(); _cancellationTokenSource.Cancel(); BackgroundView.AbortAnimation("name"); }