简体   繁体   中英

transform rotation in IE11

I try to write rotation preloader: http://codepen.io/davidchase/pen/qkKpx The problem is that is not working in IE11. there in code some

 -webkit-transform: rotate ...
 -moz-transform

I try to use -ms- but it still not working, how to fix that?

Internet Explorer does not use a vendor prefix for transforms, except very briefly in (iirc) IE9 developer preview where it used -ms- .

Just do it without prefixes. This isn't 2006 anymore.

http://codepen.io/anon/pen/LNXQvY

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM