From b2c50f8e7fc2b8fe924d398fba3fe3a46fce918b Mon Sep 17 00:00:00 2001 From: miguelromeroromero Date: Fri, 6 Sep 2024 17:04:25 -0500 Subject: [PATCH] Delete js/custom.js Signed-off-by: miguelromeroromero --- js/custom.js | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 js/custom.js diff --git a/js/custom.js b/js/custom.js deleted file mode 100644 index 773466d..0000000 --- a/js/custom.js +++ /dev/null @@ -1,20 +0,0 @@ -barba.init({ - transitions: [{ - name: 'prueba', - leave: function(data){ - var done = this.async(); - document.body.classList.add('loading'); - setTimeout(function(){ - done(); - },400); - }, - enter: - function(data){ - var done = this.async(); - done(); - setTimeout(function(){ - document.body.classList.remove('loading'); - },400); - } - }] -}); \ No newline at end of file