Esempio n. 1
0
 private async Task Spring(Button btn)
 {
     await btn.RelTranslateX(50, 200, MoreEasing.SinDampened);
 }