I want to create an div, which slides down, when the page is loaded with a bounce-effect.
$(document).ready(function(){
$('#viewport').slideDown({duration: 1000, easing: method, complete: callback});
});
I think, I am really close to the solution or not.
Thank you in anticipation!