< meta http-equiv = " content-type " content = " text/html;charset=utf-8 " /> < title > 呼吸灯 </ title > < style type = " text/css " > /* css代码 */ .breath_light { width : 300px ; /* 宽度 */ height : 300px ; /* 高度 */ border : #666 1px solid ; border-radius : 50% ; opacity : 0.1 ; /* 不透明度 */ overflow : hidden ; /* 溢出隐藏 */ background : #FF3 ; /* 背景色 */ margin : 25% auto ; /* 外边距 */ /* IE10、Firefox and Opera,IE9以及更早的版本不支持 */ animation-name : breath ; /* 动画名称 */ animation-duration : 3s ; /* 动画时长3秒 */ animation-timing-function : ease-in-out ; /* 动画速度曲线:以低速开始和结束 */ animation-iteration-count : infinite ; /* 播放次数:无限 */ /* Safari and Chrome */ -webkit-animation-name : breath ; /* 动画名称 */ -webkit-animation-duration : 3s ; /* 动画时长3秒 */ -webkit-animation-timing-function : ease-in-out ; /* 动画速度曲线:以低速开始和结束 */ -webkit-animation-iteration-count : infinite ; /* 播放次数:无限 */ @keyframes breath { from { opacity : 0.1 ; } /* 动画开始时的不透明度 */ 50% { opacity : 1 ; } /* 动画50% 时的不透明度 */ to { opacity : 0.1 ; } /* 动画结束时的不透明度 */ @-webkit-keyframes breath { from { opacity : 0.1 ; } /* 动画开始时的不透明度 */ 50% { opacity : 1 ; } /* 动画50% 时的不透明度 */ to { opacity : 0.1 ; } /* 动画结束时的不透明度 */ </ style > </ head > < div class = " breath_light " title = " 呼吸灯 " > </ div > </ body > </ html >

以上就是关于“ CSS3特效 - 呼吸灯效果 ” 的全部内容。

1. 效果图2. 代码如下&amp;lt;!DOCTYPE html&amp;gt;&amp;lt;html&amp;gt;&amp;lt;head&amp;gt; &amp;lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=utf-8&quot;/&amp;gt; &amp;lt;title&amp;gt;呼吸灯&amp;lt;/title&amp;gt; &amp;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.
用到的API:@keyframes、animation、transform: scale()、transform: translateY() <view class="createAnimation"> <view class="logo"> <image src="../../static/mine/2.png" mode=""></image> </view> </view> .createAnimation{ 解决Proxy error: Could not proxy request /api/index/webconfig from localhost:8080 to http://www.xx.com Git bash 中退出vim编辑浏览状态