You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
Hi,
I'm trying to animate a view when it's starting visibility state is View.GONE.
When setting view visibility on animation start to View.VISIBLE, the animation results in a very short blink because of the visibility change.
Can you recommend me maybe a better way to animate the view with a starting state of View.GONE?
Hi,
I'm trying to animate a view when it's starting visibility state is
View.GONE
.When setting view visibility on animation start to
View.VISIBLE
, the animation results in a very short blink because of the visibility change.Can you recommend me maybe a better way to animate the view with a starting state of
View.GONE
?Code:
Thank you
The text was updated successfully, but these errors were encountered: