mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
terminando servicios manipulados y preimpresion
This commit is contained in:
@ -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
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user