D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
zanarmstrong
Full window
Github gist
Jittery Line
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Jitter Line</title> <link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'> <script type="text/javascript" src="datgui-min.js"></script> <link rel="stylesheet" href="animatedMouseMove.css"> <script src="https://d3js.org/d3.v3.min.js" charset="utf-8"></script> </head> <body> <p>Use your mouse to sketch a (jittery) line.</p> <section id="box" class="main"> </section> <!-- call JS files --> <script src="animatedMouseMove.js"></script> </body> </html>
https://d3js.org/d3.v3.min.js