diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-10-12 08:49:24 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-10-12 08:49:24 -0400 |
| commit | ebd225985010f5451821bef6b223d416c8e34d04 (patch) | |
| tree | 595b514326fe7bf398ac132af062e7dd1f2031c4 /public/js | |
| parent | 6f4b7269c5b8ec843645ceab0156ec225553fdb1 (diff) | |
| download | alp-website-ebd225985010f5451821bef6b223d416c8e34d04.tar.gz alp-website-ebd225985010f5451821bef6b223d416c8e34d04.tar.bz2 alp-website-ebd225985010f5451821bef6b223d416c8e34d04.zip | |
stuff
Diffstat (limited to 'public/js')
| -rw-r--r-- | public/js/transition.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 '<img src="loading.svg" />' 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. |
