9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement

Defined in: ui/layouts/root-layout/index.d.ts:21

Properties

animation?

ts
optional animation?: {
  enterFrom?: TransitionAnimation;
  exitTo?: TransitionAnimation;
};

Defined in: ui/layouts/root-layout/index.d.ts:23

enterFrom?

ts
optional enterFrom?: TransitionAnimation;

exitTo?

ts
optional exitTo?: TransitionAnimation;

shadeCover?

ts
optional shadeCover?: ShadeCoverOptions;

Defined in: ui/layouts/root-layout/index.d.ts:22