Android Question [SOLVED] How to "Fade in" up to 80%?

Cableguy

Expert
Licensed User
Longtime User
Hi Guys,

I was trying to animate a Visible=False view using SetVisibleAnimated(Duration, Visible) on a panel that has its transparency set to about 60%, using the color property.
The problem is, using the SetVisibleAnimated method, the transparency is lost.
Is there any other method I can use so that I don't loose the transparency?

[EDIT] I must have been doing something wrong, as it seems to work as expected now!
 
Last edited:
Top