首页 > 前端
网页实现动态精彩效果
来源:TP课堂 时间:2023-09-25 点击:811

  <link rel="stylesheet" href="/static/index/css/animate.css">

   <script src="/static/index/js/wow.js"></script>


 <script>
      $(function () {
         new WOW().init()
      });
   </script>

使用:

<h2 class="title text-center wow fadeInUp">Favorite Hybrid</h2>