8detect
10/27/2017 - 3:32 PM

jQuery Basic Animation

$(selector).animate({css},speed,callback);

$("div").animate({
      left: '250px',
      opacity: '0.5',
      height: '150px',
      width: '150px'
  });