Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Cody1181609

3 Comments

Sorted by latest first Latest Oldest Best

 

@Angela700

It's known as the modal backdrop where you apply a fade in opacity to the backdrop like this example demonstrates.

10% popularity Vote Up Vote Down


 

@Looi9037786

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..

10% popularity Vote Up Vote Down


 

@YK1175434

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.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme