I was wondering if it is possible to dynamically draw a curved line on a website as the user scrolls. I'm pretty sure that this can be done using the HTML5 Canvas using the bezierCurveTo () method, but it just pulls everything out right away.
This will be used on the parallax website using the skrollr library.
Is there a library out there that can make this easier?
Any suggestions?
javascript html5 html5-canvas drawing parallax
vipergtsrz
source share