smooth button hover animation code example
Example: smooth button effect css
.CLASS{
width: 100px; /* Change Width With Smooth Effect */
height: 100px; /* Change Height With Smooth Effect */
transition: 1s; /* Change "1" With Display Time (Seconds)*/
}