On the main docs page, the CodeSandBox example of CSSTransition has a "timeout" prop that, if removed, doesn't seem to affect the behavior on that example at all.
Based on a very simple scenario I just tested, I realized that it might be used to set the transition as "complete" if the CSS transition fails to do so before the timeout happens. I apologize if I'm mistaken, but just trying to clarify and maybe clear a possible confusion of CSSTransition's usage in the docs.
On the main docs page, the CodeSandBox example of CSSTransition has a "timeout" prop that, if removed, doesn't seem to affect the behavior on that example at all.
Based on a very simple scenario I just tested, I realized that it might be used to set the transition as "complete" if the CSS transition fails to do so before the timeout happens. I apologize if I'm mistaken, but just trying to clarify and maybe clear a possible confusion of CSSTransition's usage in the docs.