I have one of the V2 Headline elements with Typing enabled. Is there a way to have it “wait” to start looping through the typing animation until the user has scrolled that element into view?
For example, I have a fairly long page – and have placed the Typing Headline far enough down that a user won’t see it until they’ve scrolled a few times. So, I don’t want the animation to start on page load because it would finish before the user ever got to it (and I don’t want to let the animation loop continually for a variety of other reasons).
I know other animated elements have offset controls, but the headline doesn’t. So, is there a way to achieve something similar with some simple CSS or JS? (I’ve tried a variety of things, but feel like I must be missing something obvious).
Thanks!