React-transition-group: Enter/Exit independent timeout

Created on 22 May 2018  路  1Comment  路  Source: reactjs/react-transition-group

I can only find the single value timeout prop in documentation, how do you set different timeouts for different states using <CSSTransition>?

Most helpful comment

You can set it to an object, with bother enter and exit keys where the value is the timeout for each. Hope that helps!

>All comments

You can set it to an object, with bother enter and exit keys where the value is the timeout for each. Hope that helps!

Was this page helpful?
0 / 5 - 0 ratings