I found one here: http://tympanus.net/Development/AnimatedHeaderBackgrounds/ but need more like what i am looking for.
Is this possible to create with HTML5 Canvas?
I found one here: http://tympanus.net/Development/AnimatedHeaderBackgrounds/ but need more like what i am looking for.
Is this possible to create with HTML5 Canvas?
Yes you can. All you need to do is have an algorithm that you use for those particles. I personally would never do something like this because they are only just one little effect on a webpage, to me they just aren't worth it.
But all you have to do is to figure out some particle algorithm. Here's a really cool html5 canvas particles demo: http://cssdeck.com/labs/html5-canvas-particles-web-matrix;