Change button animations from linear to ease-out
The following discussion from gitlab-ce!28545 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.
issue