hey guys
i had a lot of un in the past months with animations, but today i have my first issue, and i can’t make it work.
i have my svg animation, already coded with with keyframes in the css. it’s a signature that draw itself.
i need to ‘lazy load’ that svg somehow, so people will see the signature when it actually enters viewport. otherwise, it will be already completed whey they arrive at that point in the page, and the writing animation will be useless.
i still cannot find how to effectively make use of animation or timeline to achieve this ‘wait untile it enters the viewport’.
i did some research and it seems that svgs are strange beasts when you combine lazy load and animation, so if any of you can help me understand how to set this trick in bricks forge i’ll be extremely grateful.