官网

https://wowjs.uk/

https://wowjs.uk/docs.html

https://animate.style/

https://github.com/graingert/WOW

https://github.com/animate-css/animate.css

代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% raw %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/animate-css/animate.css@3.7.2/animate.min.css">

<script src="https://cdn.jsdelivr.net/gh/graingert/wow@1.3.0/dist/wow.min.js"></script>
<script>new WOW().init();</script>

<div class="wow bounceInUp">
Content to Reveal Here
</div>
<div class="wow bounceInUp">
Content to Reveal Here
</div>
<div class="wow bounceInUp">
Content to Reveal Here
</div>


{% endraw%}

效果

Content to Reveal Here
Content to Reveal Here
Content to Reveal Here