I found the js library for easing functionality, but somehow it won't work...
here is the jsfiddle i created.
$(".top").click(function(){
$(".top").animate({ left: '100px' }, 600, 'easeOutBack');
});
(it doesn't have the js/easing.js option tho)
I was trying to implement the bouncing up and down animation for a div when clicked. Any help would be appreciated!