asiminnesli adlı üyeden alıntı: mesajı görüntüle
jQuery(window).load(function() { // makes sure the whole site is loaded
var theWidth = $(window).width()+100;
jQuery("#preloader").delay(1000).animate({
opacity: 0.25,
left: "+="+theWidth,
}, 1000, function() {
// Animation complete.
}); // will fade out the white DIV that covers the website.
})
bunla saga dogru kayarak cikiyor animasyon mobile de ne halde olur bilemiyorum ama
hocam cok teşekkürler. opacityi kaldırdım tam istediğim gibi oldu.