index.js 156 B

12345678910
  1. // wow入场特效
  2. const wow = new WOW({
  3. boxClass: "wow",
  4. animateClass: "animated",
  5. offset: 100,
  6. mobile: true,
  7. live: true
  8. })
  9. wow.init()