我正在使用具有缩放效果的猫头鹰旋转木马聚光灯。
比例转换期间,外部div的useDispatch
在IE11中不起作用
overflow:hidden
.spotlight{
border: 1px solid red;
height: 200px;
overflow: hidden;
}
img{
transition: all ease 2s;
-ms-transform: scale(1);
transform: scale(1);
}
.active img{
-ms-transform: scale(1.5);
transform: scale(1.5);
}
答案 0 :(得分:0)
IE11有很多问题,这是其中之一。这是一个已回答的类似问题的链接,可以为您提供帮助。让我知道