waves.js是一个在网页上实现各种文字动画效果的 JavaScript 库。
<div class="center">
<button type="button" onClick="clk()" class=" wavy waves-effect waves-greeny">Click me!</button>
</div>
$(document).ready(function() {
$(".wavy").click(function() {
setTimeout(function() {
$(".wavy").blur()
}, 900);
});
});
文档地址:https://github.com/wavesjs
GitHub 地址 :https://github.com/wavesjs/waves
在线演示:https://wow.techbrood.com/fiddle/27241