Accura 2550VOL Rootech

Số ĐT: 0374.133.044  – Mr. Linh (Zalo)

Email/Skype: linh@songthanhcong.com

function showPostItems() { const postItems = document.querySelectorAll('.post-item'); postItems.forEach((item, index) => { setTimeout(() => { item.style.visibility = 'visible'; item.style.opacity = '1'; item.setAttribute('data-animated', 'true'); }, index * 200); }); } document.addEventListener('DOMContentLoaded', showPostItems);