// fade to transparent over 500ms. text.CrossFadeAlpha(0.0f, 0.05f, false); // and back over 500ms. text.CrossFadeAlpha(1.0f, 0.05f, false);