Normally when you would like to make a user aware of something you use an alert. Now say I would like to do that but in a Android toast like way, namely a popup that shows up on screen, but then a few seconds later disappears by itself so the user don't have to be bothered, like the image below.
How could something like this be achieved in the web? (Doing a touch interface so thats the reason I would like to have it in this way)
Thanks =)