From ebd225985010f5451821bef6b223d416c8e34d04 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 12 Oct 2019 08:49:24 -0400 Subject: stuff --- public/css/style.scss | 2 +- public/js/transition.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/css/style.scss b/public/css/style.scss index 4ecceb3..6ebfa9e 100644 --- a/public/css/style.scss +++ b/public/css/style.scss @@ -24,7 +24,7 @@ ul { text-align: center; } .none { - list-style-type:none; + list-style-type: none; } } diff --git a/public/js/transition.js b/public/js/transition.js index 395c2f2..25c62e1 100644 --- a/public/js/transition.js +++ b/public/js/transition.js @@ -11,7 +11,7 @@ $(document).ready(function() { loadingClass: 'animsition-loading', loadingInner: '', // e.g '' timeout: true, - timeoutCountdown: 2000, + timeoutCountdown: 5000, onLoadEvent: true, browser: [ 'animation-duration', '-webkit-animation-duration'], // "browser" option allows you to disable the "animsition" in case the css property in the array is not supported by your browser. -- cgit v1.2.3