本文介绍了wow.js只在向上滚动时工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经在我的网页中实现了wow.js,但由于某种原因,它只是在向上滚动页面时动画元素,而不是向下滚动页面。
I have implemented wow.js into my webpage, but for some reason it only animates elements when scrolling up the page, opposed to down the page.
我使用的是
<script src="wow.js"></script>
<script>
new WOW().init();
</script>
并使用
<div class='circle wow bounceInLeft'></div>
我想在向下滚动时动画的元素。
for elements I want to animate in when scrolling down.
任何帮助真的会赞赏。提前感谢。
Any help would really be appreciated. Thanks in advance.
推荐答案
我在网页中实现了wow.js,但由于某种原因,该页面,与向下页面相反。
I have implemented wow.js into my webpage, but for some reason it only animates elements when scrolling up the page, opposed to down the page.
这篇关于wow.js只在向上滚动时工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!