https://www.hackingwithswift.com/read/15/5/wrap-up
From Hacking with Swift:
Go back to project 8 and make the letter group buttons fade out when they are tapped. We were using the isHidden property, but you'll need to switch to alpha because isHidden is either true or false, it has no animatable values between.