(node, isAppearing)
| 26 | } |
| 27 | |
| 28 | onEnter(node, isAppearing) { |
| 29 | this.setState({ startAnimation: false }); |
| 30 | this.props.onEnter(node, isAppearing); |
| 31 | } |
| 32 | |
| 33 | onEntering(node, isAppearing) { |
| 34 | // getting this variable triggers a reflow |
nothing calls this directly
no outgoing calls
no test coverage detected