Flexslider:在IE7 / 8中制作动画时出现jQuery错误

时间:2012-08-01 10:33:55

标签: javascript jquery internet-explorer flexslider

我在flexslider中使用了a project of mine进行导航。在Chrome,Firefox和Opera上,一切正常。

但是当我在IE8上测试时,我收到一个错误:

Object doesn't support this property or method - jquery.js on line 8937 character 5

在jquery.js代码报告中抛出错误的行:

// Perform the easing function, defaults to swing
this.pos = jQuery.easing[ options.animatedProperties[this.prop] ]( this.state, n, 0, 1, options.duration );

我还试图包含jquery缓动库,但没有什么,一旦我点击导航按钮,整个事情就会中断。奇怪的是,在before()事件中调用的函数正确触发。当它试图为幻灯片设置动画时,似乎发生了错误。

是否有人在IE上遇到同样的问题或者知道如何修复它?

0 个答案:

没有答案