[iOS][Translate] Fix translate infobar's language tab spinner animation

Use UIView's alpha property instead of hidden to hide the button and show
the spinner on translate infobar's language tab.

As opposed to hidden, alpha is an animatable UIView property:
https://developer.apple.com/library/archive/documentation/WindowsViews/Conceptual/ViewPG_iPhoneOS/AnimatingViews/AnimatingViews.html

Bug: 910994
Change-Id: I35a853f52f4f7291412a51cacbd61a13e3c00087
Reviewed-on: https://chromium-review.googlesource.com/c/1448773
Auto-Submit: Moe Ahmadi <mahmadi@chromium.org>
Commit-Queue: Sergio Collazos <sczs@chromium.org>
Reviewed-by: Sergio Collazos <sczs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#628187}
1 file changed