I added customize scrollbar in my site that doesn't update window.scrollY and my picture does'nt fade in. my code is this:
<link rel='stylesheet' href='Style/jquery.mCustomScrollbar.css' type='text/css' media='all' />
<script type='text/javascript' src='Js/jquery.mCustomScrollbar.concat.min.js'></script>
<script type="text/javascript">
(function ($) {
$(window).load(function () {
$("body").mCustomScrollbar();
});
})(jQuery);
</script>
Is any customize jquery scroll bar for 1.9.1 version that update window.scrollY?? thank u for help.