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 | |
| parent | 6f4b7269c5b8ec843645ceab0156ec225553fdb1 (diff) | |
| download | alp-website-ebd225985010f5451821bef6b223d416c8e34d04.tar.gz alp-website-ebd225985010f5451821bef6b223d416c8e34d04.tar.bz2 alp-website-ebd225985010f5451821bef6b223d416c8e34d04.zip | |
stuff
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/style.scss | 2 | ||||
| -rw-r--r-- | public/js/transition.js | 2 |
2 files changed, 2 insertions, 2 deletions
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 '<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. |
