Html5 svg for a newbie

ZOILVERP

New Member
hello everyone.. im just gettin started in this kind of things.. and i've done some search but there are somethings about programming in html5 hat i dont understand.. for example..
i want to make a web page that has some icons, that i want to animate once the mouse is on top..
the icons are made in adobe illustrator.. what format should i use?? what software should i use to program the movement??
thanx! :D
 

ZOILVERP

New Member
uhmm can open source software do an animation like that?? to put the mouse on top of the image and that it animates to that action? i dont want a flash web page.. i want an html5 web page..
wich Software would you recommend ??
 

Phreaddee

Super Moderator
Staff member
what you're after is jquery.
a simple google search for jquery navigation should bring up what you are after.
jquery is really easy to implement, and most plugins have pretty easy to follow instructions...
 
Last edited:

Phreaddee

Super Moderator
Staff member
trust me if you've ever had to write javascripts that do half of what you can do with just a few lines of jquery code, you're laughing!

generally you'll have the jquery library (as an ext js)
the plugin specific js
and probably 10 lines tops of implementation code on your page.
 

ZOILVERP

New Member
hahaha but like i said in my first post.. i've never written any code!! : / this seems like chinese to me.. but if its the only way i will have to learn. ..

at first it looks like if i ant to draw something i will have to write it in a code..
for example if i want a circle there's a whole code that will later turn into a circle.. but if i have a complex drawing of a hand (example) how can i animate it : / ???
 
Top