use*_*853 2 css safari css3 css-transitions
如果您查看我的页面http://debourg-dev.ch/crea/,您会看到我的链接上的过渡效果在safari中不起作用(在mac上的最新版本上测试).我的代码如下:
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
Run Code Online (Sandbox Code Playgroud)
问题是什么?
|   归档时间:  |  
           
  |  
        
|   查看次数:  |  
           16271 次  |  
        
|   最近记录:  |