$(window).scroll(function () { st = $(window).scrolltop(); if (st > $('.i1').offset().top - w_height * 0.7) { $('.i1 .transy').addclass('transhow'); } if (st > $('.i2').offset().top - w_height * 0.7) { $('.i2 .transxl').addclass('transhow'); $('.i2 .transxr').addclass('transhow'); } if (st > $('.i3').offset().top - w_height * 0.7) { $('.i3 .transy').addclass('transhow'); } })