gpt4 book ai didi

CSS3过渡变换像素化

转载 作者:太空宇宙 更新时间:2023-11-04 12:40:17 25 4
gpt4 key购买 nike

当我移动 <div>水平悬停时,垂直边框变得有点像素化并显示出“阶梯”效果。有没有办法让垂直线保持美观和紧凑?这是我的代码:

enter image description here

div.move {
background-color:red;
height:400px;
width:200px;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-ms-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
transition: all .5s ease-out;
}
div.contain:hover .move {
-webkit-transform:translate(184px);
}

在这里 fiddle :http://jsfiddle.net/4gw8wcxg/1/

最佳答案

悬停时没有像素化的边框,我相信这个问题是因为你的低内存或旧显示器导致的

关于CSS3过渡变换像素化,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26933310/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com