8.6 Released with 🥽 visionOS support and more!
Check it out
ShadeCoverOptions
interface ShadeCoverOptions {
  animation: {
  enterFrom?: TransitionAnimation
};
  color: string;
  ignoreShadeRestore: boolean;
  opacity: number;
  tapToClose: boolean;
}

Summary

Properties

animation

animation?: {
  enterFrom?: TransitionAnimation
}

ignoreShadeRestore

ignoreShadeRestore?: boolean

tapToClose