【发布时间】:2013-08-13 09:33:22
【问题描述】:
我得到了错误
Uncaught TypeError: Cannot read property 'propHooks' of undefined
在 jQuery 中使用 color animation 时。
【问题讨论】:
标签: javascript jquery coloranimation
我得到了错误
Uncaught TypeError: Cannot read property 'propHooks' of undefined
在 jQuery 中使用 color animation 时。
【问题讨论】:
标签: javascript jquery coloranimation
转到页面
http://www.bitstorm.org/jquery/color-animation/
并注意以下事项:
对于 jQuery 1.8 及更高版本...
和
对于 jQuery 1.7 及更早版本...
您可能只需要升级您的 jQuery,或降级您的动画插件。
【讨论】: