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