3

I am currently working on http://www.modsagency.com/home this page and trying animate logo size with scroll down. my jquery code is

jQuery('#scrlBdy').scroll(function(e) {
    var y = jQuery("#scrlBdy").scrollTop();
    var x = jQuery(document).scrollTop();
    console.log(y);
    console.log(x);
}

it working on firefox well but on chrome and safari it return always 0 scrolltop. you can check on chrome console panel. I need it fix shortly for my client, please anyone help me.

Thanks

0 Answers0