cleey
望着那一丝海线,若隐若现。落日下的海霞,数不尽的美,看不完的醉
CSS效果延迟显示

这里使用css3的一个属性transition,使用方法如下:

transition:属性 时间 动作;

.topusr .img a img{
  	width: 30px;
	height: 30px;
	margin-top: 2px;
	opacity: 0.4;
	transition: opacity .5s ease-in-out;
}
.topusr li:hover .img a img{
        opacity:1;
}


<< 上一篇 CSS添加图片阴影 Nginx wordpress 上传图片错误 下一篇 >>
文章标签
随意 | Created At 2014 By William Clinton | 蜀ICP备14002619号-4 |