Hi guys just doing some work with jquery and just got a question. I got an image inside a div and was wondering if with jquery i can make that image pop up on the screen by giving it an x and y coordinate. Then using this code i can make it move right
$('#red').pan({fps: 30,
speed: 0.5, dir: 'right'});
And then make it fade out when it gets to a certain position on the screen.
Any help on this matter would be great as iam not to great with jquery atm.
You can try someting like this:-
callback function can be taken by fadeout that runs after the first effect is completed