-
Notifications
You must be signed in to change notification settings - Fork 3.9k
CSS-animation #3317
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
Open
bogdanbacosca
wants to merge
23
commits into
javascript-tutorial:master
Choose a base branch
from
bogdanbacosca:css-animation
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
CSS-animation #3317
bogdanbacosca
wants to merge
23
commits into
javascript-tutorial:master
from
bogdanbacosca:css-animation
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
joaquinelio
reviewed
Jan 3, 2023
@@ -344,7 +344,7 @@ These values are rarely used, as they represent not a real animation, but rather | |||
|
|||
When the CSS animation finishes, the `transitionend` event triggers. | |||
|
|||
It is widely used to do an action after the animation is done. Also we can join animations. | |||
It is widely used to do an action after the animation is done and to join multiple animations. |
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.
Needs to be fixed, but I prefer the original structure
Suggested change
It is widely used to do an action after the animation is done and to join multiple animations. | |
It is widely used to do an action after the animation is done. We can also join multiple animations. |
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.
or
"Also, we can..."
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
A few tweaks and improvements:
line 3: more verbose language
line 50:
shorthand
is a better description, also addedin the same line
for clarityline 89: grammar fix
line 91: grammar fix
line 144: added
whereas
for clarityline 161: minor tweak
line 165: replaced
that
withthis
because it could make more senselines 171,195,233: minor tweaks
line 202: grammar fix
line 225: replaced
huge ones
withhuge values
to be more specificline 251: minor tweak
line 253: formatting: added spaces
line 304: improvement suggestion: switch action at the beginning
line 324: used the same language as in line 312 for consistency.
line 347: considered that the two sentences belong together, making the idea be clearer
line 441: improved flow
line 444: formatting: removed space
task 2: formatting: added spaces
task 3: description suggestion