Make your voice heard in 2025 → Answer 8 simple questions in this Survey
Open Survey
RootLayoutOptions
interface RootLayoutOptions {
  animation: {
  enterFrom?: TransitionAnimation
};
  shadeCover: ShadeCoverOptions;
}

Summary

Properties

animation

animation?: {
  enterFrom?: TransitionAnimation
}