动画期间向下滚动时Chrome会上升吗?

时间:2014-10-12 00:42:26

标签: google-chrome scroll

当尝试使用wow.js做动画的3个div时,不知道为什么总是在Chrome中向下滚动并且在三个div的动画结束时它再次上升: - (

使用Firefox可以和互联网资源管理器一样,但是当它做任何动画来自右侧时,它只使用chrome挂起

<div class"col-md-12">

 <div class="col-md-3 s1 wow bounceInLeft" >
  <p>my text goes here<p>
 </div>

 <div class="col-md-4 s2 wow bounceInup" >
  <p>my text goes here<p>
 </div>

 <div class="col-md-4 s3 wow bounceInright" >
  <p>my text goes here<p>
 </div>

</div>

所以,请帮助我关于那个因为即将疯狂使用chrome :-(和顺便说一下动画fadeinright它的确定而不是悬挂:-( ???那么我做错了什么?

1 个答案:

答案 0 :(得分:0)

Thanks all problem solved 
By removing padding left and right from container fluid and row inside 
were -15px right 
-15px left
i removed it so animation on scroll become more accurate 
thanks all