$(function() {
  $('.slider').animate({
    left: '+=100'}, 2000);
});