Page 1 of 1

Dimming UI elements in the Background

Posted: Wed Aug 14, 2013 9:02 pm
by Cameron Johnston

Hello,

As part of my next app, I'd like to do something similar to what I've shown in these screenshots:

Before:
Image
After the trash button is clicked:
Image

The popup rises from the bottom of the screen, and at the same time everything else on the screen is dimmed. As a result, the new popup seems so jump out at the user.

With the UI components that Appery offers, I can't think of a way to do something like this. The main two things I want are:

  1. The ability to dim of the rest of the screen when a popup appears.

  2. A popup that appears at the bottom of the screen, preferably while still displaying all other elements on the screen.

    Can Appery support this type of feature?


Dimming UI elements in the Background

Posted: Wed Aug 14, 2013 11:22 pm
by maxkatz

Appery.io is a place where you build the app, the app runs in the browser or on the device. You should be able to do this via JavaScript/CSS.


Dimming UI elements in the Background

Posted: Thu Aug 15, 2013 3:18 pm
by Cameron Johnston

I see, thanks for the reply Max!