2016-08-24 7 views
1

나는이 링크 http://mynameismatthieu.com/WOW/index.html과 같은 애니메이션에 도달하려고하는데, doge 이미지는 위에서 아래로왔다. 그런 애니메이션을 얻는 방법.slideindown 와우 위로부터

을 heres 내 코드

<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를 포함하고 있습니다. 그리고 그 일 그러나 나는 창문의 꼭대기에서 떨어지기 위해 hr에 필요로한다 (나는 멀리 길을 의미한다) – antonscie

답변

0

"slideInDown"을 "fadeInDownBig"....이