本文介绍了animateAlong 函数未在 Raphael javascript 中定义?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试 http://www.irunmywebsite.com/raphael 中的 raphael js 示例/additionalhelp.php#pagetop.
我以 animateAlong 为例进行了尝试,但我收到了 animateAlong 函数未定义的错误.
i took the example of animateAlong and tried, but im getting an error of animateAlong function is not defined.
还要确保我的代码在 window.onload
内.我的拉斐尔 2.0.1 版
Also made sure that my code is inside window.onload
. My Raphaël version 2.0.1
谢谢
推荐答案
它已从 Raphael2 中删除.请参阅此链接,了解可能的解决方案.(没有亲自检查过,所以你的里程可能会有所不同......)
It's been removed from Raphael2. See this link for a possible solution. (Haven't checked it out myself, so your mileage may vary...)
这篇关于animateAlong 函数未在 Raphael javascript 中定义?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!