Пример #1
0
        async Task SwipeAnimateInAsync()
        {
            TiltReset();
            await Poster.ScaleTo(0, 100);

            await Poster.TranslateTo(0, 0, 100);

            //card.BackgroundColor = Color.Transparent;
            Poster.Opacity = 0;
            Poster.FadeTo(1);
            await Poster.ScaleTo(1);
        }