Прелаудер
Preloader
Zero Block
Click "Block Editor" to enter the edit mode. Use layers, shapes and customize adaptability. Everything is in your hands.
Tilda Publishing
create your own block from scratch
Client 1 Client 2
Client 1 Client 2
.client-logos { display: flex; justify-content: space-around; animation: slideIn 2s ease-in-out; } @keyframes slideIn { from { transform: translateX(-100%); } to { transform: translateX(0); } } document.addEventListener("DOMContentLoaded", function() { const logos = document.querySelector('.client-logos'); // Дополнительный JavaScript код при необходимости });