码迷,mamicode.com
首页 > 其他好文 > 详细

进入效果 neon

时间:2015-02-03 20:54:12      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:

@-webkit-keyframes neon {
  0% {
    opacity: .3;
    -webkit-transform: scale(2);
	transform: scale(2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
	transform: scale(1);
  }
}


-webkit-animation: neon 0.5s ease 1 0 normal both; 
animation: neon 0.5s ease 1 0 normal both;

进入效果 neon

标签:

原文地址:http://www.cnblogs.com/zhishaofei/p/4270872.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!