IE10 CSS hack for animation property?
问题 Is it possible to create an IE10 hack for the CSS animation property? I was using this: height: 70px\9; However this doesn't work for animation . The following will stop animations working for all browsers: animation: none\9; I want to do this in my existing stylesheet, without using JavaScript or conditional stylesheets. 回答1: This has got to be one of the most peculiar edge cases in CSS I've seen yet. I have to say, hats off to you for finding — well, stumbling across — this. The reason why