i've build a little function but it's not a smooth animation its lagging ... I've use it for a 1600x700pixel div on page load
$(document).ready(function(){
$('#slider').slideDown(500);
});
Is there any solution to make it smooth on page load anyway how big or small the div is?
FIDDLE DEMO
Thanks!