Skip to content

Conversation

@KimberleyCook
Copy link
Contributor

I added in Maria's CSS transition addition from 24 PR and got distracted and made some little wording amendments.

Copy link
Member

@richardwestenra richardwestenra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this! I've added some fairly minor comments. Let me know what you think :)

}
```

Add the **property** which we are chaning and its new value:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By chaning do you mean changing or chaining?


### Transitions

Let's take some **property** in our code and change it, making it somehow different. E.g. The `background` of the two links named **btn**, and let's change it on hover. This is a 'change'. Now we can have this affect take place during a number of seconds, this is a **Transition**.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel like the wording in this paragraph could be improved, but it's not essential. How about something like this though?

Let's modify a **property** in our code - e.g. the button link `background` colour - so that it changes when you hover over the button. By default, the change will happen instantaneously. However we can animate the effect so that it changes slowly over time, using the **transition** property.





Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need all these line breaks?

@richardwestenra richardwestenra dismissed their stale review February 8, 2017 18:00

oops I reviewed an old commit by mistake, sorry! I've no idea how this happened because I actively tried to avoid this.

@KimberleyCook
Copy link
Contributor Author

KimberleyCook commented Feb 8, 2017

@richardwestenra all of your comments are not on my updates, those are marias that I merged into another branch and amended.

@KimberleyCook
Copy link
Contributor Author

@richardwestenra just saw your new comment 😂

@KimberleyCook KimberleyCook merged commit 4408a9a into gh-pages Feb 8, 2017
@richardwestenra richardwestenra deleted the css-transition-add branch February 9, 2017 10:58
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.

4 participants