The literal difference is that view is transparent, the background color of the view is transparent and the entire view is hidden
From a performance point of view, hiding is better, because if it is transparent, the GPU needs to calculate the contents of two layers of views before displaying it
The method of fading is to go from alpha from 1 to 0, and then hide
The literal difference is that view is transparent, the background color of the view is transparent and the entire view is hidden
From a performance point of view, hiding is better, because if it is transparent, the GPU needs to calculate the contents of two layers of views before displaying it
The method of fading is to go from alpha from 1 to 0, and then hide