2016-08-24 31 views
1

我嘗試達到像這樣的鏈接http://mynameismatthieu.com/WOW/index.html相同的動畫,圖像從頂部到底部 如何獲得這樣的動畫。slideindown哇從頂部

繼承人我的代碼

<div class="about-title"> 
        <h1 class="text-center title"> 
         <?php 
         $about_title = get_field('about_title', 'option'); 
         ?> 
         <?php if(strlen($about_title) > 0): ?> 
          <?php echo $about_title; ?> 
         <?php endif; ?> 
        </h1> 
        <hr class="divider wow animated slideInDown" data-wow-duration="2s" data-wow-delay="0.5s"> 
       </div> 

<script> 
    new WOW().init(); 
</script> 
+0

您已經添加animate.css解決方案..?參考這個鏈接爲完整的工作示例:http://mynameismatthieu.com/WOW/docs.html – Kashyap

+0

邑我已經包括了CSS。和它的工作,但我需要小時從窗口的頂部(我的意思是遠) – antonscie

回答

0

替換 「slideInDown」 到 「fadeInDownBig」 ......這是給你的