Loading Facebook SDK in IE11 breaks CSS animations
问题 After loading the Facebook SDK my CSS animations are breaking in IE11. Here is a test case: http://tremby.net/dump/ie11test.html Clicking the button toggles a class on it which rotates the button a little via a CSS animation. After five seconds the Facebook SDK is loaded. On Firefox and Chrome and IE10 the button keeps working after this, but on IE11 the animation will no longer play when the class is added. I can't reproduce the issue in JSFiddle. Any idea what's causing this? It has to be