How to make ScrollTrigger animation play even if already in the viewport?

Hi there, I have a ScrollTrigger animation down the page below the fold. It animates as expected when scrolling to that part, but what if the user refreshes the page in that position - how can I have that trigger the animation also? Currently if I refresh while that element is showing, no animation happens after the refresh. Thanks