Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link for help on creating a custom transition
Browse files Browse the repository at this point in the history
zeckdude authored Apr 13, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8e2f0cc commit d073ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/pages/components/transitions/transitions.md
Original file line number Diff line number Diff line change
@@ -88,3 +88,5 @@ It should respect the following conditions:
- Call the `onEnter` callback prop when the enter transition starts.
- Call the `onExited` callback prop when the exit transition is completed.
These two callbacks allow to unmount the children when in a closed state and fully transitioned.

For more information on creating a custom transition, visit the [React Transition Group Transition docs](http://reactcommunity.org/react-transition-group/transition).

0 comments on commit d073ea6

Please sign in to comment.