Skip to content

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
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

bogdanbacosca
Copy link
Contributor

A few tweaks and improvements:
line 3: more verbose language
line 50: shorthand is a better description, also added in the same line for clarity
line 89: grammar fix
line 91: grammar fix
line 144: added whereas for clarity
line 161: minor tweak
line 165: replaced that with this because it could make more sense
lines 171,195,233: minor tweaks
line 202: grammar fix
line 225: replaced huge ones with huge values to be more specific
line 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

suggestion
Shorthand property is a term often used when describing this type of declaration.
Also added `in the same line` for more clarity
grammar fix
grammar fix
updated train examples
This reverts commit 82cdc7b.
This reverts commit 21e5e44.
@@ -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.
Copy link
Member

@joaquinelio joaquinelio Jan 3, 2023

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.

Copy link
Member

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants