I have a div that is a cell phone and when I go down the page performs the animation but before running the animation this div is getting off the page breaking the whole layuout
My div
<div class="col-md-5 ml-auto">
<div class="iphone-container" style="max-width: 450px !important;" [@scrollAnimation]="state">
<img src="assets/img/iphone6-2.png">
</div>
</div>
She gets this white band and on smartphones is much bigger
Astheanimationisexecuted,thetrackappearsbecausetheimageisinitscorrectpositionbysettingoverflow:hidden
Iwasabletolimittheerrorbutthenitisasifitcameoutofthemiddleofthepageitbecomesugly