Lưu trữ thẻ: DEIF Việt Nam

DEIF Vietnam – Đại lý DEIF Việt Nam

DEIF Vietnam

DEIF Vietnam – Đại lý DEIF Việt Nam DEIF Vietnam – Đại lý DEIF Việt Nam là đại lý chính thức phân phối các giải pháp và thiết bị đo lường, điều khiển năng lượng hàng đầu từ thương hiệu DEIF – một trong những tập đoàn công nghệ hàng đầu thế giới đến từ […]

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);