We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3788d9 commit 5629fd3Copy full SHA for 5629fd3
core/src/components/router/router.tsx
@@ -124,7 +124,7 @@ export class Router implements ComponentInterface {
124
*
125
* @param path The path to navigate to.
126
* @param direction The direction of the animation. Defaults to `"forward"`.
127
- * @param animation The animation to play when navigating.
+ * @param animation A custom animation to use for the transition.
128
*/
129
@Method()
130
async push(path: string, direction: RouterDirection = 'forward', animation?: AnimationBuilder) {
0 commit comments