Transition
Property
Value
.transition {
width: 50px;
height: 50px;
background-color: blue;
transition: all 2s linear;
}
.transition:hover{
width: 300px;
}Last updated
.transition {
width: 50px;
height: 50px;
background-color: blue;
transition: all 2s linear;
}
.transition:hover{
width: 300px;
}Last updated