-
-
Notifications
You must be signed in to change notification settings - Fork 240
CSS Transitions Tutorial #328
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
Conversation
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.
This addition is really great @maria-logh thank you, a few little changes needed then I'll merge. Thank you again :)
|
|
||
|
|
||
|
|
||
|
|
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.
Can we remove all these added extra lines please?
| transition-delay: 1s; | ||
| }``` | ||
|
|
||
|
|
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.
| transition-duration: 4s; | ||
| }``` | ||
|
|
||
| Create another one: |
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.
Can we amend this line saying that we are adding in the transition delay please?
| } | ||
| ``` | ||
|
|
||
| Add the **property** which we are chaning and its new value: |
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.
This property already exists in the tutorial, could we say that we are going to go back and amend it rather than add it please?
|
Hey @maria-logh I'd love to merge this PR in once the little amends are done. If you need any help just send me an email kimberleycook91@gmail.com :) |

Added Transitions to the HTML & CSS Lesson 5 Tutorial