I was wondering if it's possible to dynamically draw a curved line on a website as the user scrolls. I'm pretty sure it could be done using HTML5 Canvas with the bezierCurveTo() method, but that just draws the whole thing out right away.
This will be used on a parallax website that's using the skrollr library.
Is there a library out there that can make this easy?
Any suggestions?