Salve,
utenti, potreste farmi capire quale sia la funzione di questo codice?

codice HTML:
$(window).resize(function (){
    if (content) {
        content.stop().animate({'top':(windowH()-parseInt(content.children('>ul').height()))*.5},500,'easeOutCubic')
    }
    if (splash){
        splash.stop().animate({'marginTop':(windowH()-parseInt(splash.height()))*.5},500,'easeOutCubic')
    }
});
Grazie.