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:
authorzzossig <zzossig@gmail.com>2020-02-05 14:22:19 +0300
committerzzossig <zzossig@gmail.com>2020-02-05 14:22:19 +0300
commit3eb88b54a481067507e11c8c602ae70412958b71 (patch)
tree6e724a8fd7e19c6dff872857c984b617e7704928 /layouts
parent63f9b5be299e474ff44ff709eecca991e0aa9acc (diff)
prepare for exampleSite
Diffstat (limited to 'layouts')
-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 30d3bc8..8820062 100644
--- a/layouts/partials/head/scripts.html
+++ b/layouts/partials/head/scripts.html
@@ -93,8 +93,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() {