jquery animate zoom and ajax/xml display information

dreaMaker

New Member
Hello I have a 2 part question, I it just a concept I have at the moment and after looking about for a while I've not been able to see anything quote like what I'm trying so will ask here instead :)Q1. I have used images to help me explain what I wantImage 1 - just a bunch of balls
HYPJJ.png
image 2 - a zoomed in ball with information displaying beside it
mdP9o.png
Okay so my idea is to have an image, this iamge will have the planets of the solar system on it, and when you click on one, the screen will animate a zoom in effect to the planet selected and displays information about the planet, then a "go back" button so the uer will select that and it'll zoom out and show the full image again, i could easily do this in flash using tweens but it needs to be jQuery.Q2 - the information about the planet will be stored in an xml file and retrieved using ajax, i can do all this my problem is how do i get it to work after the animation has stopped?Thanks for any help, i'd appreciate a link or some sort to a tutorial or something so i can go learn how to do this very much :) EDIT 1For question one i found thisCode - code for zoomExample - example zoomSo now i really just need how to get the ajax to display AFTER the image has been zoomed in on, any ideas?
 
Back
Top