【发布时间】:2015-04-10 16:52:29
【问题描述】:
我在博客主题上使用了 :hover 过渡。当我将鼠标悬停在它上面时,它很平滑,但是当我移开鼠标时,淡出过渡不再平滑。这是我的代码:
a.lo{
text-decoration: none;
border-top: none;
letter-spacing: 1px;
-webkit-transition: all 1s;
-moz-transition: all 1s;}
a.lo:hover{
color:#fff;
letter-spacing: 1px;
background: none;
border-top: none;
padding-bottom: 16px;
border-bottom: 2px solid #fff;}
我的博客是here(就是右上角的链接)
【问题讨论】:
标签: html css css-transitions transition transitions