views:

38

answers:

2

I'm looking for a JavaScript framework that will assist me to draw/animate shapes on top of my web document elements.

for example - I want to place a banner/popup just on a specific word in my web-document and make if disappear/fade out after a while.

any recommendations? thanks

A: 

I don't think there are specific frameworks for such things (and I don't actually see the necessity..), just go with jquery, you'll find a plethora of example about banners or tooltips:

http://www.google.com/search?q=jquery+tooltip

http://www.google.com/search?q=banner+jquery

Just take some inspiration and it's done!

Jack
+2  A: 

raphaeljs.com

Thevs
I read the rephals docs and it really doesn't look to be what I look for, I'lll use jquery
kiwi
All Raphael's drawings are connected to a DOM elements, so you can manipulate them in straightforward way.
Thevs
@Kiwi jquery tooltip mentioned by Jack is the one for you, but that isnt "drawing". You might want to modify the question
Ravindra Sane