-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[zh-TW]: update setInterval
#24986
[zh-TW]: update setInterval
#24986
Conversation
Preview URLs Flaws (14)URL:
External URLs (1)URL:
(comment last updated: 2024-12-24 11:47:19) |
This pull request has merge conflicts that must be resolved before it can be merged. |
|
||
The `setInterval()` function is commonly used to set a delay for functions that are executed again and again, such as animations. You can cancel the interval using {{domxref("Window.clearInterval", "clearInterval()")}}. | ||
`setInterval()` 函數常用來設定重複執行的延遲,比如動畫等。你可以使用 {{domxref("Window.clearInterval", "clearInterval()")}} 來取消定時器。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
前面将“interval”翻译成了“间隔”
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
它的原文是"Delay restrictions",不是"interval"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“You can cancel the interval using clearInterval().”,这句话里面是“interval”不是“timer”
Description
Motivation
Additional details
Related issues and pull requests