苏州创新投资
 
 
 
suzhou/js/subpage.js

10 lines
157 B

//css 3 动画
var wow = new WOW({
boxClass: 'wow',
animateClass: 'animated',
offset: 0,
mobile: true,
live: true
});
wow.init();