🚀 8.9 Released! → ⚡️ New Node-API Engine Preview, 📲 ns widget ios, 💅 Tailwind v4 and more...
Read Announcement
ShadeCoverOptions
interface ShadeCoverOptions {  animation: {  enterFrom?: TransitionAnimation };  color: string;  ignoreShadeRestore: boolean;  opacity: number;  tapToClose: boolean; }

Summary

Properties

animation

animation?: {  enterFrom?: TransitionAnimation }

ignoreShadeRestore

ignoreShadeRestore?: boolean

tapToClose