Skip to content

Commit

Permalink
docs: update transitions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benny0642 committed Aug 8, 2021
1 parent 86b32b7 commit 27f30e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/transitions/transitions.md
Expand Up @@ -48,7 +48,7 @@ Similarly, the `unmountOnExit` prop removes the component from the DOM after it

{{"demo": "pages/components/transitions/SimpleSlide.js", "bg": true}}

### Slide from target DOM node
### Slide from anchor DOM node

The Slide component also accepts `anchorEl` prop, which is a reference to a DOM node. If this property is set, the Slide component will slide from the edge of that DOM node.

Expand Down

0 comments on commit 27f30e5

Please sign in to comment.