网页中下拉出现动画效果的实现

效果的实现只需要两个库:1.animate.css 2.wow.js

animate.css 参考:https://daneden.github.io/animate.css/

wow.js 参考:https://github.com/matthieua/WOW

1.新建index.html,在head中引入animate.css



2.在body最后引入wow.js

 
 

3.给写好的样式上想要实现动画效果的标签类名:


网页中下拉出现动画效果的实现_第1张图片

你可能感兴趣的:(css,滚动动画效果)