2

我正在尝试在 IE9 中实现平滑过渡。使用下面的代码行,我可以在 Chrome 中实现这一点。 $('.timeline').css("-webkit-transition", "-webkit-transform 0.2s");

但是,我找不到 IE9 的方法。经过长时间的研究,我发现在IE9中平滑过渡是不可能的。但是当与 IE9 一起使用时,以下站点的平滑过渡工作正常。

http://codecanyon.net/item/content-timeline-jqueryhtml5css3-plugin/full_screen_preview/2617834

无论如何,我可以在 IE9 版本中顺利过渡吗?

提前致谢..

4

1 回答 1

0

正如 Niet the Dark Absol 建议的那样,我使用 jQuery 'animate' 来实现这一点。谢谢'Niet the Dark Absol'..

于 2013-10-24T11:43:30.687 回答