Hi guys,
I have an svg background (a map) and then a second svg over the top that is just a squiggly line down the page (a travel route). The placement of them is fine.
Question 1 - I’m not sure the best way to reveal the travel route (svg path) as I scroll. Any thoughts?
Question 2 - Alternately I could have multiple lines between ‘stops’ on the path (4 of them) that just animate on when they are revealed. ie. so they don’t need to keep up with the scroll necessarily. How can I trigger the css animation for each svg path within webflow?