Animate CSS transforms individually.
.box {
width: 50px;
height: 50px;
background-color: var(--highlight-color);
border-radius: 4px;
}
.demo-visual {
padding: 40px;
display: flex;
align-items: center;
justify-content: center;
height: 150px;
}