gpt4 book ai didi

javascript - 装饰字段 JQuery 插件

转载 作者:行者123 更新时间:2023-12-02 17:53:58 24 4
gpt4 key购买 nike

Uncaught TypeError: Object #<Object> has no method 'easeOutCubic'来自控制台,我相信它来自一个名为 Decorated Field 的 JQuery 插件。

在 zip 文件中,我找不到任何文档或注释代码来告诉我这个插件的来源。如果有人知道我在哪里可以找到它来更新代码或如何修复上面提到的错误,我将非常感激。

我相信这是 jquery 中导致错误的行。

$(this).animate({opacity:0,top:'+=60px'},{easing:'easeOutCubic',duration:170});

最佳答案

嗯...我想如果你改变这个:

$(this).animate({opacity:0,top:'+=60px'},{easing:'easeOutCubic',duration:170});

对此(动画会有所不同):

$(this).animate({opacity:0,top:'+=60px'},{easing:'linear',duration:170});

它会起作用的。另一个猜测是 jQuery 插件需要 jQuery UI 才能工作。所以,尝试将其包括在内。 http://jqueryui.com/ .

关于javascript - 装饰字段 JQuery 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21124626/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com