标签:blog io ar div on log as tt class
@keyframes ico{ 0% { top: -100%; } 100%{ top:4%; } } @-webkit-keyframes ico{ 0% { top: -100%; } 100%{ top:4%; } }
.logoico:not(:target){ -webkit-animation-name: ico; -webkit-animation-duration:1s; -webkit-animation-iteration-count: 1; animation-name: ico; animation-duration:1s; animation-iteration-count: 1; }
标签:blog io ar div on log as tt class
原文地址:http://www.cnblogs.com/xupeiyu/p/4063474.html