diff options
| author | Andrew Lee <alee14498@gmail.com> | 2020-08-27 22:40:07 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2020-08-27 22:40:07 -0400 |
| commit | b754157713b79024793c3571f2dba8c688851796 (patch) | |
| tree | 2a865d281b65c10d3175ccca28587a2d57c50e46 /public/assets/js/transition.js | |
| parent | 589e271352fc86c119096e503d799c1a656bbce2 (diff) | |
| download | alp-website-rewrite.tar.gz alp-website-rewrite.tar.bz2 alp-website-rewrite.zip | |
Inital rewriterewrite
Diffstat (limited to 'public/assets/js/transition.js')
| -rw-r--r-- | public/assets/js/transition.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/public/assets/js/transition.js b/public/assets/js/transition.js deleted file mode 100644 index 25c62e1..0000000 --- a/public/assets/js/transition.js +++ /dev/null @@ -1,24 +0,0 @@ -$(document).ready(function() { - $(".animsition").animsition({ - inClass: 'fade-in', - outClass: 'fade-out', - inDuration: 1500, - outDuration: 800, - linkElement: '.animsition-link', - // e.g. linkElement: 'a:not([target="_blank"]):not([href^="#"])' - loading: true, - loadingParentElement: 'body', //animsition wrapper element - loadingClass: 'animsition-loading', - loadingInner: '', // e.g '<img src="loading.svg" />' - timeout: true, - 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. - // The default setting is to disable the "animsition" in a browser that does not support "animation-duration". - overlay : false, - overlayClass : 'animsition-overlay-slide', - overlayParentElement : 'body', - transition: function(url){ window.location.href = url; } - }); -}); |
