Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head/scripts.html')
-rw-r--r--layouts/partials/head/scripts.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/head/scripts.html b/layouts/partials/head/scripts.html
index acb8529..0d9befa 100644
--- a/layouts/partials/head/scripts.html
+++ b/layouts/partials/head/scripts.html
@@ -96,8 +96,6 @@
modal.style.left = 0;
modal.style.opacity = 1;
drawer.style.left = 0;
- drawer.style.transition = "left 0.3s ease-out, opacity 0.2s ease-out";
- drawer.style.webkitTransition = "left 0.3s ease-out, opacity 0.2s ease-out";
}
var closeDrawer = function() {