Skip to content

Commit d073ea6

Browse files
authored
Add link for help on creating a custom transition
1 parent 8e2f0cc commit d073ea6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/pages/components/transitions/transitions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,5 @@ It should respect the following conditions:
8888
- Call the `onEnter` callback prop when the enter transition starts.
8989
- Call the `onExited` callback prop when the exit transition is completed.
9090
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

Comments
 (0)