mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-27 03:08:06 +00:00
Fix grammar
This commit is contained in:
@@ -86,7 +86,7 @@ You'll notice that when you try to remove an item `ReactCSSTransitionGroup` keep
|
||||
|
||||
### Animate Initial Mounting
|
||||
|
||||
`ReactCSSTransitionGroup` provides the optional prop `transitionAppear`, to add an extra transition phase at the initial mount of the component. There is generally no transition phase at the initial mount as the default value of `transitionAppear` is `false`. Following an example which passes the prop `transitionAppear` with the value `true`.
|
||||
`ReactCSSTransitionGroup` provides the optional prop `transitionAppear`, to add an extra transition phase at the initial mount of the component. There is generally no transition phase at the initial mount as the default value of `transitionAppear` is `false`. The following is an example which passes the prop `transitionAppear` with the value `true`.
|
||||
|
||||
```javascript{3-5}
|
||||
render: function() {
|
||||
|
||||
Reference in New Issue
Block a user