css实现聚光灯
标签:splash 动画 image 写法 ati data- tle 灯光 title
利用纯css来完成它,主要用到的是动画以及伪类元素
最主要的代码其实就是一个伪类元素:
content: attr(data-name);
/* 写法二:content: "hello world 代码世界"; */
position: absolute;
top: 0;
left: 0;
color: transparent;
/* 裁剪路径以椭圆形式 */
clip-path:ellipse(100px 100px at 0% 50%);
动画效果
animation: move 5s infinite;
background-image: 在网上随便找一张灯光渐变效果图;
在这里推荐:https://unsplash.com/里面的素材是免费的
以上灵感来自于CodingStartup起码课
css实现聚光灯
标签:splash 动画 image 写法 ati data- tle 灯光 title
原文地址:https://www.cnblogs.com/wangxuelian/p/14237622.html
文章来自:
搜素材网的
编程语言模块,转载请注明文章出处。
文章标题:
css实现聚光灯
文章链接:http://soscw.com/index.php/essay/40779.html
评论