From 5f91929cf72f9e23ab505a5b2f3373040b236bc6 Mon Sep 17 00:00:00 2001 From: The Dod Date: Mon, 13 Apr 2020 20:32:11 +0300 Subject: [PATCH] Hopefully solve the faded-arrow thing --- index.html | 1 + slides.mustache | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index 9726f80..c718f56 100644 --- a/index.html +++ b/index.html @@ -232,6 +232,7 @@ integrity= hash: true, controlsTutorial: false, transition: 'convex', + controlsBackArrows: 'visible', // would hopefully solve the faded-arrow thing dependencies: [ { src: 'plugin/markdown/marked.js' }, { src: 'plugin/markdown/markdown.js' }, diff --git a/slides.mustache b/slides.mustache index 2b8087c..6523566 100644 --- a/slides.mustache +++ b/slides.mustache @@ -80,6 +80,7 @@ integrity= hash: true, controlsTutorial: false, transition: 'convex', + controlsBackArrows: 'visible', // would hopefully solve the faded-arrow thing dependencies: [ { src: 'plugin/markdown/marked.js' }, { src: 'plugin/markdown/markdown.js' },