@keyframes scale-in{0%{transform:scale(0)}to{transform:scale(1)}}.scale-up-div{animation-name:scale-in;animation-timing-function:ease-in-out}