8.7 released—WinterCG Compliance Part 1
Learn more
RootLayoutOptions
interface RootLayoutOptions {
  animation: {
  enterFrom?: TransitionAnimation
};
  shadeCover: ShadeCoverOptions;
}

Summary

Properties

animation

animation?: {
  enterFrom?: TransitionAnimation
}