动画滚动库 AOS

码农软件 · 软件分类 · CSS框架 · 2019-04-20 09:43:26

软件介绍

AOS(Animate on scroll)是小型动画滚动库,可在页面滚动时给元素添加动画效果。CSS3 驱动,效果类似于 WOWJS。

构建

安装 AOS

使用 bower

bower install aos --save

使用 npm

npm install aos --save

->直接下载

Link styles

<link rel="stylesheet" href="bower_components/aos/dist/aos.css" />

Add scripts

<script src="bower_components/aos/dist/aos.js"></script>

AOS 从 1.2.0 版本可用作 UMD 模块,因此您可以将其用作 AMD,Global,Node 或 ES6 模块。

Init AOS

<script>
  AOS.init();  
</script>

本文地址:https://www.codercto.com/soft/d/3979.html

Handbook of Data Structures and Applications

Handbook of Data Structures and Applications

Dinesh P. Mehta / Chapman and Hall/CRC / 2004-10-28 / USD 135.95

In the late sixties, Donald Knuth, winner of the 1974Turing Award, published his landmark book The Art of Computer Programming: Fundamental Algorithms. This book brought to- gether a body of kno......一起来看看 《Handbook of Data Structures and Applications》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具