$(function(){ $('.ani_top').scrollex({ top:'15%', bottom:'-100000px', enter: function(){ $(this).addClass('move'); } }); $('.ani_right').scrollex({ top:'15%', bottom:'-100000px', enter: function(){ $(this).addClass('move'); } }); $('.ani_left').scrollex({ top:'15%', bottom:'-100000px', enter: function(){ $(this).addClass('move'); } }); $('.ani_down').scrollex({ top:'15%', bottom:'-100000px', enter: function(){ $(this).addClass('move'); } }); $('.ani_top_filer').scrollex({ top:'15%', bottom:'-100000px', enter: function(){ $(this).addClass('move'); } }); });