jquery change position animate

JavaScript
$("#Friends").animate({ 
        top: "-=30px",
      }, duration );
Source

Also in JavaScript: