<div class="item"></div>
.item { width: 100px; height: 100px; background: red; transition: transform 1s; } @starting-style { .item{ transform: scale(0); } }