I have this code using hover, when i use it is all ok , bit when I remove the mouse the element returns back so fast and It makes it look improper.
.cmd-1:hover {
transform: scale(1.1);
transition: 0.7s;
color: gold;
transition: all 0.7s ease-in-out;
}