function setanimate(a,b) { $('#'+a).scrollspy({ // animation: 'slide-bottom', //delay: 2000 }) $("#"+a).on("inview.scrollspy.amui",function(){ //if(!$(this).is(":animated")) // $(this).addclass(b); }).on("outview.scrollspy.amui",function(){ //if(!$(this).is(":animated")) //$(this).removeclass(b); //console.log("离开视口"); }) }