我尝试停止在 Firefox 和 chrome 中有效但在 IE 中无效的 flex-slider 中的默认转换和转换。
#carousel-2 .slides {
margin-top: 14px;
-moz-transition: none;
-webkit-transition: none;
-o-transition:none;
transition: none !important;
-webkit-transform: translate3d(0px, 0px, 0px) !important;
-moz-transform: none important;
-ms-transform: none important;
-o-transform: none important;
transform: none !important;
}