Closed ViktorHofer closed 7 years ago
Shows the difference between ie11 and edge.
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
Seems to be the point of contention for the fork me image. Not sure on the icon yet. Removing the fadeInRight class shows the correct location
Currently the design of the frontend is broken in IE 11.
Thanks