Zeeshan Rang
Zeeshan Rang

Reputation: 19885

Particle Animation effect in HTML5 n CSS3

I am trying to create an effect like what I have shown in the video below: http://www.youtube.com/watch?v=gSk4AWvnG8Y&feature=youtu.be

this effect was created in Flash, but I wanted to replicate it (to as much as possible) in HTML5 and CSS3.

I have not done any thing like this before. So wanted to see if someone can help me suggested how I can do it.

Thanks Zeeshan

Upvotes: 0

Views: 11074

Answers (1)

Stefan
Stefan

Reputation: 14863

Well Spider is kinda right. There are tons of canvas demos describing such particle effects:

etc. (just do a quick google Search).

Doing this with CSS is not possible since you can't track the exact position of the mouse can't create this dependend effect, etc.... and Canvas is HTML5.

Upvotes: 4

Related Questions