Example #1
0
 public void ShowBall() => movingBall.FadeIn(fade_duration);
Example #2
0
 protected override void LoadComplete()
 {
     base.LoadComplete();
     circle.FadeIn(500, Easing.OutQuint);
     circle.ResizeTo(new Vector2(0.8f), 500, Easing.OutQuint);
 }
Example #3
0
 public void ShowBall()
 {
     movingBall.FadeIn(fade_duration);
     movingBar.FadeIn(fade_duration);
 }