terminando servicios manipulados y preimpresion

This commit is contained in:
2023-12-04 20:50:58 +01:00
parent 76c815212f
commit ab6763aeaa
329 changed files with 811 additions and 59359 deletions

View File

@ -1,16 +0,0 @@
/**
* Timeline
*/
'use strict';
(function () {
// Init Animation on scroll
AOS.init({
disable: function () {
const maxWidth = 1024;
return window.innerWidth < maxWidth;
},
once: true
});
})();