mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
16
httpdocs/themes/vuexy/js/extended-ui-timeline.js
Normal file
16
httpdocs/themes/vuexy/js/extended-ui-timeline.js
Normal file
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* 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