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); }
async Task SwipeDownAnimateAsync() { await Poster.ScaleTo(1); }
async Task SwipeUpAnimateAsync() { await Poster.ScaleTo(App.ScreenHeight / Poster.Height); }