I have the follow code:
$("#headerimg" + currentContainer).slideUp(function() {
setTimeout(function() {
$("#headertxt").slideUp(100).css({"display" : "block"});
animating = false;
}, 500);
});
Now the pictures animate from bottom to top. But i want that the picture, slide from right to left. What in the code i must change?