How is the effect on the word "Web" on this page achieved?

Hi all,

For this link => http://readymag.com/mag/1/

How is the effect on the word “Web” achieved? 3D effects? Any simple plugin that can do this?

Tks!

The HTML5 canvas and javascript.

From what I can tell, it’s a particles extension plugin for jQuery. If you decompress the primary javascript file, you can see it in there.

Thanks Force Flow!

In other words, you seem to imply that it’s easily replicated?

you can learn about this here : http://www.html5canvastutorials.com/ hope that can help…

All the code to do it is there to look at. All you have to do is tinker with it.

Or, try searching for jquery particle effects.