Skip to content

Commit

Permalink
Merge pull request #344 from uguraslan/fix/docs-router-page-transitions
Browse files Browse the repository at this point in the history
docs: fixed a typo in router/pagetransitions.md
  • Loading branch information
sandeep-vedam authored Sep 1, 2022
2 parents 971a304 + 30cf7d2 commit 1067b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/router/pagetransitions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Page Transitions

If you navigate from one page to another, the default behavior is that the `[visibility](../../../lightning-core-reference/RenderEngine/Elements/Rendering.md#Visibility)` property of the new (incoming) Page is set to `true` and that this same property of the old (outgoing) Page is set to `false`.
If you navigate from one page to another, the default behavior is that the [`visibility`](../../../lightning-core-reference/RenderEngine/Elements/Rendering.md#Visibility) property of the new (incoming) Page is set to `true` and that this same property of the old (outgoing) Page is set to `false`.

You can *override* this simple 'hide and show' behavior using the Router plugin. By adding a `pageTransition` method to your Page component, you can apply [default](#Default-Page-Transitions) or [custom](#Custom-Page-Transitions) page transitions.

Expand Down

0 comments on commit 1067b2d

Please sign in to comment.