I am trying to achieve a smooth effect where, while one image is sliding out, another slides in. This animation needs to be in a way that while one thing is sliding out the
That depends on your markup and style structure:
#imageSliding { position:relative; height:100px; } #imageSliding img { position:absolute; left:0; top:0; } #yahooLogo { display:none; }