var body; var window_height = $(window).height(); $(function() { body = $("body"); $("div[id^='w_common_text']").each(function() { // $(this).find("span:last").wrap("
"); }); $("img[lazy-src]").each(function() { $(this).attr("src", $(this).attr("lazy-src")).removeattr("lazy-src"); }); settimeout(function() { index(); }, 500); }); function index() { var anis = [$("#w_grid-1561704655653")]; anis.push($("#w_fimgbox-1561706298635")); anis.push($("#w_fimgbox-1561709286803")); anis.push($("#w_fimgbox-1561709563089")); anis.push($("#w_fimgbox-1561709827390")); anis.push($("#w_grid-1561704304089")); anis.push($("#w_grid-1561714421783")); anis.push($("#c_portalresnews_list-15617182806604076 .xnewlist")); anis.push($("#photolist_k1")); $.each(anis, function(i,v) { v.addclass("w-scroll-ani"); }); function handle() { var t = $(window).scrolltop(); var w = $(".w-scroll-ani:not(.scrolled)"); w.each(function() { var top = $(this).offset().top; if(top < (window_height + t - 30)) { $(this).addclass("scrolled"); } }); if(window_height + t == body.height()) { $(".w-scroll-ani:not(.scrolled)").each(function() { var top = $(this).offset().top; if(top > (body.height() - window_height)) { $(this).addclass("scrolled"); } }); } } $(window).scroll(function() { handle(); }); handle(); }