How to create shapes around mouse cursor?

css, html, javascript, jquery

Solution

I had used an a library for this. Here's the link to it: https://github.com/VincentGarreau/particles.js

It's just what you want. Happy coding!

Problem

I am a markup newbie and wanted to create some shapes like spider net around mouse cursor using javascript, jquery or even better, pure css (I doubt it is possible). An exactly example is: http://whois.domaintools.com/ Do you see shapes when you move your mouse cursor? What are these and is there any jquery plugin to do this? thank you.

Original source