Disable RTG enter and/or exit Transitions using the `enter`, and `exit` Props

InstructorRory Smith

Share this video with your friends

Send Tweet

In React Transition Group, enter and exit transitions occur by default. However, sometimes that may not be the required behaviour. In this lesson, let’s take a look at how to change this behaviour, using the enter, and exit props.