You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/components/transitions/transitions.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,3 +88,5 @@ It should respect the following conditions:
88
88
- Call the `onEnter` callback prop when the enter transition starts.
89
89
- Call the `onExited` callback prop when the exit transition is completed.
90
90
These two callbacks allow to unmount the children when in a closed state and fully transitioned.
91
+
92
+
For more information on creating a custom transition, visit the [React Transition Group Transition docs](http://reactcommunity.org/react-transition-group/transition).
0 commit comments