Edit in JSFiddle

jQuery('#foo').animate({  
    left: [370, 'easeOutCubic'], 
    top: [370, 'easeOutBounce']  
}, 2000);
<p id="foo">
    I am foo. <br/>Click me.
</p>