How to change alpha of text with DOTween?

How can I change the alpha of a text UI with DOTween?
Usually with DOTween if you want to change the position then you can write:

player.transform.DOMove(.....)

I’m looking for something similar to that only to change the text alpha.

Thank you in advance.

The Tween-Method you’re looking for is .DoFade

Yes I already solved the problem, I didn’t import the DG.Tweening to my script so I could not see any DOTween function,

Thank you any way.

So building on this question, I’m trying to fade text with this line of code : canvas_GameTitle.transform.Find("Elemental").GetComponent<Text>().DOFade(0f, 5f).From().SetEase(Ease.OutQuad); but it’s not working, what am I doing wrong?

This thread is almost a year old at this point, and your question isn’t really related to the original question. You would be better off creating a new thread for your specific issue.