Skip to content

Commit e046b18

Browse files
committed
Updated README
1 parent ac08849 commit e046b18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ Config object used to modify the behaviour of the Router.
221221
| defaultRoute | string | If the user navigates directly to a route other than the default and navigate.goBack() is called the app will navigate to the default route instead of leaving the website. |
222222
| disableDiscovery | boolean | Option to disable gesture navigation. |
223223
| disableBrowserRouting | boolean | Option to avoid updating browser native history stack and rely completely on memory routing. |
224-
| pageLoadTransition | boolean | Set to false if you wish to disable page transitions when the application first loads. |
225224
| animation | AnimationConfig | Config object used to modify the router's global transition behaviour. In and out animation can also be set independently. |
226225
| swipeAreaWidth | number | Area in pixels from the left edge of the screen that gesture navigation can be triggered from. |
227226
| hysteresis | number | Percent from 0-100 which specifies minimum gesture progress before navigation is triggered. |

0 commit comments

Comments
 (0)