This repository was archived by the owner on Aug 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 838
docs: review transitions-overview.md #134
Merged
veaba
merged 7 commits into
vuejs:master
from
mcdongWang:docreview/transitions-overview.md
Sep 27, 2020
Merged
docs: review transitions-overview.md #134
veaba
merged 7 commits into
vuejs:master
from
mcdongWang:docreview/transitions-overview.md
Sep 27, 2020
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docs: review transitions-overview.md
docs: review transitions-overview.md 更新zhlint提示的格式错误
veaba
reviewed
Sep 24, 2020
|
||
 | ||
|
||
比如说弹跳。在 CSS 中,我们必须向上和向下声明每个关键帧。在 JavaScript 中,我们可以通过在 [greensock API(GSAP)](https://greensock.com/) 中声明 `bounce` 来在 ease 中表达所有这些移动 (其他 JS 库有其他类型的 easing 默认值)。 | ||
以弹跳为例。在 CSS 中,我们必须声明向上和向下的每个关键帧。在 JavaScript 中,我们可以通过在 [greensock API(GSAP)](https://greensock.com/) 中声明 `bounce` 来描述 ease 中所有这些移动 (其他 JS 库有其他类型的 easing 默认值)。 |
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.
Suggested change
以弹跳为例。在 CSS 中,我们必须声明向上和向下的每个关键帧。在 JavaScript 中,我们可以通过在 [greensock API(GSAP)](https://greensock.com/) 中声明 `bounce` 来描述 ease 中所有这些移动 (其他 JS 库有其他类型的 easing 默认值)。 | |
以弹跳为例。在 CSS 中,我们必须声明向上和向下的每个关键帧。在 JavaScript 中,我们可以通过在 [greensock API(GSAP)](https://greensock.com/) 中声明 `bounce` 来描述 ease 中所有的移动 (其他 JS 库有其他类型的 easing 默认值)。 |
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.
In JavaScript, we can express all of that movement within the ease
个人认为 翻译成 所有这些 移动 的 定语 会更明确一些
非常感谢你的 PR,我们正在提高文档的翻译质量。 |
Co-authored-by: Godpu <908662421@qq.com>
Co-authored-by: Godpu <908662421@qq.com>
Co-authored-by: Godpu <908662421@qq.com>
Co-authored-by: Godpu <908662421@qq.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
docs: review transitions-overview.md
文档翻译内容中有多处明显错误翻译,均已进行调整
也烦请其他翻译和校对的同学, 认真确认单词的翻译是都得当。
Fixes #114