html - IE9: rotated background images become skewed -
rotating multiple (pseudo-)elements in ie9 works fine long background images referenced through content attribute:
.icon:before { content:url('…')}; when using background-image ok long 1 object rotated:

when had use background-image and transform:rotate on multiple objects ran problem:

the background images of both objects become skewed. know reason , maybe solution this? problem occurs in "real" ie9, emulating ie9 in devtools of newer versions of ies not reliable.
i found question interesting rotating element quite interesting
i have updated of code .. make rotation 360 things remain same.
https://jsfiddle.net/aakashshah/662v79lm/14/
{ transform : rotate(-360 deg); }
Comments
Post a Comment