Hover.css
是一个CSS3的动画库。
Hover.css
官网:http://ianlunn.github.io/Hover
Hover.css
在GitHub上的网址:https://github.com/IanLunn/Hover
1、通过bower下载:
bower install hover --save
2、引入:
<link rel="stylesheet" href="/bower_components/hover.css/hover.min.css">
<link rel="stylesheet" href="https://cdn.bootcss.com/hover.css/2.1.0/css/hover-min.css">
在要展示动画的元素上,使用hvr-grow
类,示例:
<a href="#" class="btn btn-success hvr-grow">
Add to Basket
</a>