Path : /var/www/html/master288-bk2/public/aos/src/js/helpers/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/master288-bk2/public/aos/src/js/helpers/elements.js |
/** * Generate initial array with elements as objects * This array will be extended later with elements attributes values * like 'position' */ const createArrayWithElements = function (elements) { elements = elements || document.querySelectorAll('[data-aos]'); return Array.prototype.map.call(elements, node => ({ node })); }; export default createArrayWithElements;