Мой код фрагменты:
CSS
Код: Выделить всё
#menu {
background-color: rgba(218,218,218,.9);
transition: opacity 500ms;
}
Код: Выделить всё
function openMenu() {
document.getElementById("menu").style.display = "block";
document.getElementById("menu").style.opacity = "1";
}
function returnToDesktop() {
document.getElementById("menu").style.display = "none";
document.getElementById("menu").style.opacity = "0";
}
Код: Выделить всё
[img]images/quit-menu-icon.png[/img]
Go back
[img]images/apps-icon.png[/img]
Other Apps
Подробнее здесь: https://stackoverflow.com/questions/784 ... a-function
Мобильная версия