i'm currently using jQuery and am looking for a way to slide an image left as a new image slides left into its place.
specifically, i have a static image of an iphone. when i click a link, i need the current image displaying on the iphone's image viewer to slide out to the left as the new image slides in from the right. oftentimes these images and their names and paths will be generated on the fly and so won't be able to exist in the DOM beforehand.
i'd prefer a solution that could be applied unobtrusively.
i know jquery has slideUp and slideDown. why don't they have left and right?