Animate any CSS property.
.prop-box {
width: 50px;
height: 50px;
background-color: var(--highlight-color);
border-radius: 4px;
margin-bottom: 20px;
}
.demo-visual {
padding: 40px;
display: flex;
flex-direction: column;
align-items: center;
}