错误:Zeptojs Animate 不是函数
Posted
技术标签:
【中文标题】错误:Zeptojs Animate 不是函数【英文标题】:Error: Zeptojs Animate Is Not A Function 【发布时间】:2014-03-17 13:53:16 【问题描述】:zeptojs 文档here 当我使用 $().animate 函数时抛出如下错误:
TypeError: $(...).animate 不是函数
而且我使用的版本是页面提供的。
【问题讨论】:
您有downloaded 并将其包含在您的页面中吗?看来您也需要在$()
中使用选择器
@Phil:它被下载(可能)。如果不是,那么错误将是$ is not a function
或$ is not defined
。
animate 不在主 zepto 文件中,而是在一个模块中。所以你需要在zeptojs.com/#modules下载fx.js模块文件,并将其作为脚本导入到你的文件中
【参考方案1】:
$(...).animate 在 zepto fx 模块中。它不再在 zepto 的基本主发行版中!
http://zeptojs.com/#modules
【讨论】:
请将其添加为评论。 很好的答案。太糟糕了 slideUp 和 slideDown 仍然从 zepto 库和 zepto FX 中排除。应该称为“exzepto”库。以上是关于错误:Zeptojs Animate 不是函数的主要内容,如果未能解决你的问题,请参考以下文章