mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
docs(nav,route-outlet): use animation builder (#25451)
This commit is contained in:
@ -67,7 +67,7 @@ export class Nav implements NavOutlet {
|
||||
|
||||
/**
|
||||
* 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.
|
||||
* However, this property allows to create custom transition using `AnimationBuilder` functions.
|
||||
*/
|
||||
@Prop() animation?: AnimationBuilder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user