Can interactions be triggered when in the viewport on page load?

On page load my website doesn’t have a 100vh section at the top so depending on the size of the screen sometimes you can see the content in the second section and sometimes you can’t. I tried adding scroll into view interactions to elements in my 2nd section but on page load when they are within the viewport they don’t get displayed until scroll begins.

Is there any way to trigger an animation when it’s within the viewport? I tried adding page load interactions to the second section but obviously if there is not enough height on the browser screen then you end up missing the animation.