scrollReveal 使用

传统的layzload只能适用于图片懒加载,而我们现在需要的是全部元素的懒加载!

 

官网:https://scrollrevealjs.org/

gitHub:https://github.com/jlmakes/scrollreveal

 

提供了两种使用方式:

1.使用script标签(提供国内加载)

1 <script src="https://cdn.bootcss.com/scrollReveal.js/4.0.0-beta.26/scrollreveal.min.js"></script>

2.下载zip包

https://github.com/jlmakes/scrollreveal.git

 

我们怎样使用呢?(Github已经提供了方式)

 

 针对某个类做出的懒加载动作!(不过你要考虑到ajax异步请求加载图片)

 

Github示例:

https://github.com/Sunnshino/scroll-example.git

 

原文地址:https://www.cnblogs.com/cisum/p/8681850.html