300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > HTML+CSS+jquery代码实例:水波纹效果与纯HTML CSS和jquery(拿来就能用)

HTML+CSS+jquery代码实例:水波纹效果与纯HTML CSS和jquery(拿来就能用)

时间:2022-05-19 09:21:30

相关推荐

HTML+CSS+jquery代码实例:水波纹效果与纯HTML CSS和jquery(拿来就能用)

效果:

代码:

<!DOCTYPE html><html><head><meta charset="utf-8"> <title>菜鸟教程()</title> <script src="/jquery/3.4.1/jquery.min.js"></script><script src="/ajax/libs/jquery.ripples/0.5.3/jquery.ripples.min.js"></script><script>$(document).ready(function(){$(".full-landing-image").ripples({resolution: 200,perturbance: 0.04,});});</script><style>.full-landing-image{width: 100%;height: 100vh;background: url(/png_preview/00/11/21/QavTHpmzY6.jpg!/fw/780) no-repeat center;background-size: cover;}</style></head><body><div class="full-landing-image"></div></body></html>

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。