private void animateItem( View uiElement, uint duration ){ uiElement.RotateYTo(99, duration, Easing.SinInOut); }