1

无论我做什么,我都无法让这个鳍状肢在所有浏览器中工作。例如,它似乎在最新版本的 Mozilla 和 Opera 中运行良好。有时(是的,并非总是如此,即使我没有改变任何东西)它可以在 Chrome 中运行。

当然,它在 IE 中不起作用,无论版本如何。

这是我们可以解决的问题吗?我尝试了很多不同的东西,但似乎我无法正确...

非常感谢最新版本的 Chrome、Opera、Mozilla、Safari 和 IE 9 和 IE 10 中的 100% 功能。

演示:https ://googledrive.com/host/0B3JEn2iJBANKV3piT2xRek54OWs/index.html

4

1 回答 1

0

Try using cssSandpaper. It should give you support for what you need. Alternately code a version that doesn't use transforms and use modernizr to apply css for browsers that support them.

http://www.useragentman.com/blog/2010/03/09/cross-browser-css-transforms-even-in-ie/

Edit:

Actually for your purposes you'll want an animation polyfill. Try this one. http://addyosmani.com/blog/css3transitions-jquery/

于 2013-09-20T22:25:53.440 回答