“慢”、“正常”和“快”分别需要多少毫秒。在 jQuery 中代表?

发布于 2024-09-19 11:28:41 字数 109 浏览 2 评论 0原文

jQuery 允许在动画中使用字符串值“slow”、“normal”和“fast”(例如:$('#example').fadeOut('slow');)。这些值分别代表多少毫秒?

jQuery allows use of the string values "slow", "normal", and "fast" in animations (e.g.: $('#example').fadeOut('slow');). How many milliseconds do each of these values represent?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

你好,陌生人 2024-09-26 11:28:41

600、400和200,分别为“慢”、“正常”、“快”。 所有内容都在文档中

600, 400 and 200, respectively "slow", "normal", "fast". All in the docs

罪歌 2024-09-26 11:28:41

分别为 600ms、400ms 和 200ms。

来源

600ms, 400ms and 200ms respectively.

Source

毁梦 2024-09-26 11:28:41

我就原创,分别回答600、400、200。由于毫秒数越高意味着速度越慢 =) 全部在源代码中

I would be original and answer 600, 400, 200 respectively. Since higher number of milliseconds means slower speed =) All in the source

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文