function wowFun() {
var wow = new WOW({
boxClass: 'wow',
animateClass: 'animated',
offset: 0,
mobile: true,
live: true
});
wow.init();
}
wowFun()
jquery 项目中使用WOWjs
最新推荐文章于 2023-04-28 16:24:36 发布