So a client of mine is asking, without Flash, if I can build a homepage that has the navigation load in a certain spot but then if I click on one of the nav buttons, the whole nav, animates to different spots on the interior pages, is this possible without flash? With jquery? And css3?
Share
jQuery has an
animate()function that may interest you.Take a look at the examples here: http://api.jquery.com/animate/
CSS3 also has some animation functionality http://www.w3schools.com/css3/css3_animations.asp, but the compatability is not supported in IE or Opera,