reintroduce navigation menu

This commit is contained in:
sakrecoer 2020-07-05 13:58:14 +02:00
parent cee92ebf40
commit 924151b7e7
4 changed files with 106 additions and 89 deletions

View file

@ -20,13 +20,13 @@ function scrollMenu() {
}
// Make a pretty background when menu is open
// var bodyBluring = document.getElementById("wrapper")
var bodyBluring = document.getElementById("wrapper")
// function blurBody() {
// bodyBluring.classList.toggle("blurredout");
// }
// function removeBlur() {
// bodyBluring.classList.remove("blurredout")
// }
function blurBody() {
bodyBluring.classList.toggle("blurredout");
}
function removeBlur() {
bodyBluring.classList.remove("blurredout")
}
/// request permission to autoplay