Change button animations from linear to ease-out

The following discussion from !28545 (merged) should be addressed:

I changed it to transition: border-color 100ms linear, box-shadow 100ms linear; but did not update to ease-out because there were many other animations that were using the same method. If we want to change to ease-out animations, I think we should create a separate issue.