Discussion:
I have a PATH oriented SVG file, and I’m replicating another website into WIX. On that website they are using Jquery SVG, which takes my line art animated SVG image, and reveals the line/path of the SVG as you scroll down. As you scroll up, it unreveals the line and makes it disappear.
What are you trying to achieve:
I have the SVG image embeded as an HTML custom block, and I have found SVGator as a way to animate it to start drawing the line upon it entering the scroll window, but I cannot get it to slow down and draw as you scroll, or get it to undraw as you scroll up.
How do I accomplish this in Wix? Any ideas?
Additional information:
Open to other ways to accomplish this, but I do not see any VELO API’s that track scrolling? But there are simple JS ones.