Ejemplo n.º 1
0
 private void StartTextAlphaAnim()
 {
     countDownText.LeanAlphaText(0.0f, 0.5f)
     .setOnComplete(OnAlphaAnimDone).setEase(LeanTweenType.easeInOutQuad).setDelay(0.5f);
 }