8.7 released—WinterCG Compliance Part 1
Learn more
ShadeCoverOptions
interface ShadeCoverOptions {
  animation: {
  enterFrom?: TransitionAnimation
};
  color: string;
  ignoreShadeRestore: boolean;
  opacity: number;
  tapToClose: boolean;
}

Summary

Properties

animation

animation?: {
  enterFrom?: TransitionAnimation
}

ignoreShadeRestore

ignoreShadeRestore?: boolean

tapToClose