You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* By default `ion-nav` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimateBuilder` functions.
2245
+
* By default `ion-router-outlet` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimateBuilder` functions.
* By default `ion-nav` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimateBuilder` functions.
5916
+
* By default `ion-router-outlet` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimateBuilder` functions.
|`animated`|`animated`| If `true`, the router-outlet should animate the transition of components. |`boolean`|`true`|
36
-
|`animation`| -- | By default `ion-nav` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimateBuilder` functions. |`((baseEl: any, opts?: any) => Animation) \| undefined`|`undefined`|
37
-
|`mode`|`mode`| The mode determines which platform styles to use. |`"ios" \| "md"`|`getIonMode(this)`|
|`animated`|`animated`| If `true`, the router-outlet should animate the transition of components. |`boolean`|`true`|
36
+
|`animation`| -- | By default `ion-router-outlet` animates transition between pages based in the mode (ios or material design). However, this property allows to create custom transition using `AnimateBuilder` functions. |`((baseEl: any, opts?: any) => Animation) \| undefined`|`undefined`|
37
+
|`mode`|`mode`| The mode determines which platform styles to use. |`"ios" \| "md"`|`getIonMode(this)`|
0 commit comments