From ebd225985010f5451821bef6b223d416c8e34d04 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 12 Oct 2019 08:49:24 -0400 Subject: stuff --- public/js/transition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js') 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