问题描述
我在切换div的地方使用了这一行:
$(this).closest(".email-settings").find(".notify-email-input").toggle(this.value === "true");
通常,您可以将切换速度降低.toggle('slow')
。
在代码中,我尝试了此操作,但是它不起作用。
$(this).closest(".email-settings").find(".notify-email-input").toggle(this.value === "true",'slow');
如何使切换速度变慢?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)