Skip to content

Commit

Permalink
docs(Transition): timeout is not required if addEndListener is provid…
Browse files Browse the repository at this point in the history
…ed (#257)
  • Loading branch information
koba04 authored and jquense committed Nov 25, 2017
1 parent 181bb5a commit df4f6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ Transition.propTypes = {

/**
* The duration of the transition, in milliseconds.
* Required unless `addEventListener` is provided
* Required unless `addEndListener` is provided
*
* You may specify a single timeout for all transitions like: `timeout={500}`,
* or individually like:
Expand Down

0 comments on commit df4f6e4

Please sign in to comment.