From 91c4e58ada5244b2257ab76707c75ec4aa5fc46c Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 20 Jan 2022 22:40:55 -0800 Subject: [PATCH 01/15] add speed --- src/demo/index.php | 3 +++ src/demo/js/script.js | 3 ++- src/models/RendererModel.php | 5 +++++ src/templates/main.php | 2 +- src/views/RendererView.php | 1 + 5 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/demo/index.php b/src/demo/index.php index c77bd120..4a9e5895 100644 --- a/src/demo/index.php +++ b/src/demo/index.php @@ -65,6 +65,9 @@ function gtag() { dataLayer.push(arguments); } + + + - + diff --git a/src/templates/main.php b/src/templates/main.php index bff9ed94..d11e17ec 100644 --- a/src/templates/main.php +++ b/src/templates/main.php @@ -10,7 +10,7 @@ - From c12d9cd094c7e9cac6a3e739baaa5568aec5abd3 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 20 Jan 2022 22:49:56 -0800 Subject: [PATCH 03/15] Update Calculation --- src/templates/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/main.php b/src/templates/main.php index d11e17ec..6b972391 100644 --- a/src/templates/main.php +++ b/src/templates/main.php @@ -10,11 +10,11 @@ - - From c35e872ad86d6bed1e488bdcddadcc39408d3da4 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 20 Jan 2022 22:58:35 -0800 Subject: [PATCH 04/15] Fix timing for multiline --- src/templates/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/main.php b/src/templates/main.php index 6b972391..9bfa2b36 100644 --- a/src/templates/main.php +++ b/src/templates/main.php @@ -15,7 +15,7 @@ From 2f4ef6f63669ade863659fec7b6728ed164d7717 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Thu, 20 Jan 2022 23:11:49 -0800 Subject: [PATCH 05/15] Update Default Speed Value to be equivalent of 5s --- src/demo/index.php | 2 +- src/models/RendererModel.php | 2 +- src/templates/main.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/demo/index.php b/src/demo/index.php index af7fb562..874ed991 100644 --- a/src/demo/index.php +++ b/src/demo/index.php @@ -66,7 +66,7 @@ function gtag() { dataLayer.push(arguments); } - + - - + + - +