$(document).ready(function() { var gets = function() { return $(window).scrollTop() > 90 ? -55 : 0; }; var ps = 0; $(window).scroll(function() { if (gets() != ps) { ps = gets(); if ($(window).width() > 1050) { $("#naglowek_bg").animate({ top: ps }, 200); } $("#link_glowna").animate({ top: ps<0?-100:18 }, 400); if ($(window).width() < 1050) { $("#male_logo").animate({ bottom: ps<0?32:-100 }, 400); } else { $("#male_logo").animate({ bottom: ps<0?2:-100 }, 400); } if (ps < 0) { $("#wjez").animate({ bottom: 100 }, 200, 'swing', function(){ $("#wjez").css('bottom', '-50px').addClass('usun_tekst'); $("#wjez").animate({ bottom: -22 }, 200); }); $("#bip").animate({ bottom: 100 }, 200, 'swing', function(){ $("#bip").css('bottom', '-50px').addClass('m_bip'); $("#bip").animate({ bottom: 4 }, 200); }); $(".herb").animate({ top: -180 }, 200, 'swing', function(){ $(".herb").css('top', '180px').addClass('m_herb'); $(".herb").animate({ top: 45 }, 200); }); $("#dla_slabowidzacych").animate({ bottom: 100 }, 200, 'swing', function(){ $("#dla_slabowidzacych").css('bottom', '-50px'); $("#dla_slabowidzacych").animate({ bottom: 1 }, 200); }); $("#dla_niepelnosprawnych").animate({ bottom: 100 }, 200, 'swing', function(){ $("#dla_niepelnosprawnych").css('bottom', '-50px'); $("#dla_niepelnosprawnych").animate({ bottom: 4 }, 200); }); $("#rozmiar_tekstu_wrap").animate({ bottom: 100 }, 200, 'swing', function(){ $("#rozmiar_tekstu_wrap").css('bottom', '-50px'); $("#rozmiar_tekstu_wrap").animate({ bottom: 7 }, 200); }); $("#ue_logo").animate({ bottom: 100 }, 200, 'swing', function(){ $("#ue_logo").css('bottom', '-50px'); $("#ue_logo").animate({ bottom: 8 }, 200); }); $(".gtranslateio").animate({ bottom: 100 }, 200, 'swing', function(){ $(".gtranslateio").css('bottom', '-50px'); $(".gtranslateio").animate({ bottom: 0 }, 200); }); } else { $("#wjez").animate({ bottom: -50 }, 200, 'swing', function(){ $("#wjez").removeClass('usun_tekst').css('bottom', '100px'); $("#wjez").animate({ bottom: 15 }, 200); }); $("#bip").animate({ bottom: -50 }, 200, 'swing', function(){ $("#bip").removeClass('m_bip').css('bottom', '100px'); $("#bip").animate({ bottom: 25 }, 200); }); $(".herb").animate({ top: 180 }, 200, 'swing', function(){ $(".herb").removeClass('m_herb').css('top', '-180px'); $(".herb").animate({ top: 0 }, 200); }); $("#dla_slabowidzacych").animate({ bottom: -50 }, 200, 'swing', function(){ $("#dla_slabowidzacych").css('bottom', '100px'); $("#dla_slabowidzacych").animate({ bottom: 28 }, 200); }); $("#dla_niepelnosprawnych").animate({ bottom: -50 }, 200, 'swing', function(){ $("#dla_niepelnosprawnych").css('bottom', '100px'); $("#dla_niepelnosprawnych").animate({ bottom: 31 }, 200); }); $("#rozmiar_tekstu_wrap").animate({ bottom: -50 }, 200, 'swing', function(){ $("#rozmiar_tekstu_wrap").css('bottom', '100px'); $("#rozmiar_tekstu_wrap").animate({ bottom: 31 }, 200); }); $("#ue_logo").animate({ bottom: -50 }, 200, 'swing', function(){ $("#ue_logo").css('bottom', '100px'); $("#ue_logo").animate({ bottom: 35 }, 200); }); $(".gtranslateio").animate({ bottom: -50 }, 200, 'swing', function(){ $(".gtranslateio").css('bottom', '100px'); $(".gtranslateio").animate({ bottom: 25 }, 200); }); } } }); });