From 69474fee32c62e1b97b9f51b78a2e242542ae9a7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 25 Apr 2020 17:43:20 -0400 Subject: Rewrite incoming --- public/js/transition.js | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 public/js/transition.js (limited to 'public/js/transition.js') diff --git a/public/js/transition.js b/public/js/transition.js deleted file mode 100644 index 25c62e1..0000000 --- a/public/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 '' - 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; } - }); -}); -- cgit v1.2.3