我使用wow.js
关注此tutorial。我在div中使用它,而不是整个页面。我滚动div而不是页面。这个Javascript不起作用。
我需要修理什么?
<style>
body {
background-color: #78ccf0;
margin: 0;
padding: 0;
}
.header {
width: 100%;
height: 214px;
background-color: #000000;
}
.div_body {
width: 100%;
height: 450px;
background-color: #fff;
overflow: scroll;
background-image:url('page_fon.jpg');
font-size: 14pt;
}
.footer {
width: 100%;
height: 270px;
background-color: #000000;
}
</style>
<div class="div_body">text
<div class="wow bounceInRight" >animated text</div>
</div>
提前谢谢。
答案 0 :(得分:0)
要使用animated.css,您必须添加类&#34;动画&#34;。