: What do you call the effect when you gray out the background behind a dialog? What do you call that effect? Looks like this
What do you call that effect?
Looks like this
More posts by @Cody1181609
3 Comments
Sorted by latest first Latest Oldest Best
It's known as the modal backdrop where you apply a fade in opacity to the backdrop like this example demonstrates.
Its a popup window.
There are two types of window available one is modal and modeless window.
Modal Window :
A modal dialog box requires the user to supply information, or cancel the dialog box, before allowing the application to continue. Applications use modal dialog boxes in conjunction with commands that require additional information before they can proceed.
eg: alert(),confirm(),we can create custom popup as modal window etc.
Modeless Window :
A modeless dialog box allows the user to supply information and return to the previous task without closing the dialog box.
eg: information messages just appears and fade or the windows do not take whole control that means you can still access the parent window when the popup appears
Hope its make sense..
Indeed, this effect often appears for the background when a modal dialog is displayed. It is called a mask. This is the action to freeze the parent window.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.