<
meta
http-equiv
=
"
content-type
"
content
=
"
text/html;charset=utf-8
"
/>
<
title
>
呼吸灯
</
title
>
<
style
type
=
"
text/css
"
>
.breath_light
{
width
:
300px
;
height
:
300px
;
border
:
#666 1px solid
;
border-radius
:
50%
;
opacity
:
0.1
;
overflow
:
hidden
;
background
:
#FF3
;
margin
:
25% auto
;
animation-name
:
breath
;
animation-duration
:
3s
;
animation-timing-function
:
ease-in-out
;
animation-iteration-count
:
infinite
;
-webkit-animation-name
:
breath
;
-webkit-animation-duration
:
3s
;
-webkit-animation-timing-function
:
ease-in-out
;
-webkit-animation-iteration-count
:
infinite
;
@keyframes
breath
{
from
{
opacity
:
0.1
;
}
50%
{
opacity
:
1
;
}
to
{
opacity
:
0.1
;
}
@-webkit-keyframes
breath
{
from
{
opacity
:
0.1
;
}
50%
{
opacity
:
1
;
}
to
{
opacity
:
0.1
;
}
</
style
>
</
head
>
<
div
class
=
"
breath_light
"
title
=
"
呼吸灯
"
>
</
div
>
</
body
>
</
html
>
以上就是关于“ CSS3特效 - 呼吸灯效果 ” 的全部内容。
1. 效果图2. 代码如下&lt;!DOCTYPE html&gt;&lt;html&gt;&lt;head&gt; &lt;meta http-equiv="content-type" content="text/html;charset=utf-8"/&gt; &lt;title&gt;呼吸灯&lt;/title&gt; &lt
<img src="./../assets/icon_tasks.png" v-if="showDot" class="rightTask taskAnimation" @click="jumpTasks">
<img src="./../assets/icon_tasks.png" v-i
记录在项目开发过程中遇到的小问题,积累开发经验,欢迎大家一起留言探讨
如何最简单的制作
呼吸灯
效果
,之前的文章也有提到过,如何制作
呼吸灯
效果
,本篇文章是通过
CSS3
来进行
呼吸灯
效果
的制作的,话不多说,上代码
<img src="https://up.enterdesk.com/edpic/87/05/78/8705784b4c6ad3d2f70e643eef69fff3.jpg"/>
style
height: 300px.