expands out

Stylesheet

.div-box img{border:2px solid #9d96b8;animation:1.5s scale}@keyframes scale{from{transform:scaleX(0)}to{transform:scaleX(100%)}}

Page Coding

<div class="div-box">
<img src="https://codesnippets.littlenerdwebdesign.co.uk/wp-content/uploads/2022/05/example-image.jpg" style="width:442px;height:442px;>                      
</div>

View on CodePen