From 0770a2df4d72caf2f52b7b4ab2a1e993c5de9afb Mon Sep 17 00:00:00 2001 From: Max le Fou Date: Thu, 2 Apr 2020 13:42:59 +0200 Subject: [PATCH] added animation options support --- exampleSite/config.toml | 9 +++++++++ layouts/partials/footer.html | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 319b98f..4dec7a5 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -31,6 +31,15 @@ preserveTaxonomyNames = true github = "https://github.com" gitlab = "https://gitlab.com" + # Enables or disables the loading animations. false activates them. Default is false. + loadfastload = false + + # Sets the speed for the page loading effect. Default is 1.0. + loadspeedfactor = 1.0 + + # Enables or disables the second flyby cursor. Default is false. + loadonepass = false + [menu] [[menu.main]] diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 283cc07..4af4279 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -35,7 +35,11 @@