【Germ】CSS3 超链接渐变色动画

从之前使用过的 Ality 主题借鉴过来的。

已更新至 Gayhub

用到了 CSS3 的 trasition 属性

Ref: http://www.w3school.com.cn/cssref/pr_transition.asp

/** 链接渐变效果 by Lensual **/
a {
text-decoration:none;
outline:none;
blr:expression(this.onFocus=this.blur());
-webkit-transition:.5s;
-moz-transition:.5s;
-o-transition:.5s;
-ms-transition:.5s;
color: #333;
text-decoration: none;
}

于是我又水了一篇?

0 条评论
    发表一条评论