メインコンテンツまでスキップ
バージョン: v8

ion-router-outlet

shadow

Properties

animated

Descriptiontrueの場合、ルータ・アウトレットはコンポーネントの遷移をアニメーションで表現する必要があります。
Attributeanimated
Typeboolean
Defaulttrue

animation

Descriptionこのプロパティは、AnimationBuilder の機能を使用して、カスタムトランジションを作成することができます。
Attributeanimation
Type((baseEl: any, opts?: any) => Animation) | undefined
Defaultundefined

mode

Descriptionmodeは、どのプラットフォームのスタイルを使用するかを決定します。
Attributemode
Type"ios" | "md"
DefaultgetIonMode(this)