css3点击显示涟漪特效
程序员文章站
2022-03-12 08:13:08
...
css3点击显示涟漪特效,怎样用css3做出点击显示涟漪特效,点击显示涟漪的特效需要注意哪些方面?下面给大家做一个案例.
<!DOCTYPE html> <html > <head> <meta charset="UTF-8"> <title>css3点击出现不同颜色涟漪特效</title> <meta name="keywords" content=" css3点击出现不同颜色涟漪特效 " /> <meta name="description" content=" css3点击出现不同颜色涟漪特效 " /> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ .ripple{ position:absolute; width:100vmax; height:100vmax; top:-50vmax; left:-50vmax; border-radius:50%; } body{ overflow:hidden; } .pad{ position:absolute; left:0; right:0; top:0; bottom:0; } </style> </head> <body> <!-- touch or click --> <div></div> <script src="js/index.js"></script> </body> </html> Css部分: .ripple{ position:absolute; width:100vmax; height:100vmax; top:-50vmax; left:-50vmax; border-radius:50%; } body{ overflow:hidden; } .pad{ position:absolute; left:0; right:0; top:0; bottom:0; }
Css3点击显示涟漪特效就这么多了,更多精彩请关注其它相关文章!
相关阅读:
以上就是css3点击显示涟漪特效的详细内容,更多请关注其它相关文章!
下一篇: 如何理解数据结构与算法(Python)
推荐阅读
-
纯css3显示隐藏一个div特效的具体实现
-
一款利用css3的鼠标经过动画显示详情特效的实例教程
-
基于css3 transition图文动画显示特效_html/css_WEB-ITnose
-
基于css3 transition图文动画显示特效_html/css_WEB-ITnose
-
纯css3显示隐藏一个div特效的具体实现
-
纯CSS3 Android样式按钮点击波特效
-
分享一个css3 点击爆炸下落的特效代码
-
30款css3实现的鼠标经过图片显示描述特效_html/css_WEB-ITnose
-
30款css3实现的鼠标经过图片显示描述特效_html/css_WEB-ITnose
-
饿了么项目---9、点击按钮显示或隐藏浮出层弹框 使用css3的过渡效果transition