Ejemplo n.º 1
0
 private void Cards_ItemAppeared(CardsView view, ItemAppearedEventArgs args)
 {
     centerMap();
 }
        private async void OnCoverFlowViewItemAppeared(CardsView view, ItemAppearedEventArgs args)
        {
            await AvengersLabel.ScaleTo(1.2, 250, Easing.CubicInOut);

            await AvengersLabel.ScaleTo(1, 500, Easing.BounceOut);
        }