Home
Aquascaper Ambassador
Aquascaping Contest Combo
Products
Events & Promotion Video
Catalogue
Download
Distributors
Certificates
Warranty
After Sales Service
What is MaxLite
Log In
Create Account
Search
Aquarium Light
CO2 Series
MaxLiving
Home
Aquascaper Ambassador
Aquascaping Contest Combo
Products
Events & Promotion Video
Catalogue
Download
Distributors
Certificates
Warranty
After Sales Service
What is MaxLite
Search
Your cart
Close Cart
Concentric Circles Animation
body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #000; } .container { position: relative; width: 200px; height: 200px; } .circle { position: absolute; width: 100%; height: 100%; border: 2px solid rgba(255, 255, 255, 0.5); border-radius: 50%; animation: expandFade 3s infinite; } #circle1 { animation-delay: 0s; } #circle2 { animation-delay: 1s; } #circle3 { animation-delay: 2s; } @keyframes expandFade { 0% { transform: scale(0); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } } document.addEventListener("DOMContentLoaded", () => { const container = document.querySelector('.container'); // Function to regenerate the circles function regenerateCircles() { container.innerHTML = `
`; } // Regenerate the circles every 3 seconds (matching the animation duration) setInterval(regenerateCircles, 3000); });
Search
Choosing a selection results in a full page refresh.
Press the space key then arrow keys to make a selection.
Use left/right arrows to navigate the slideshow or swipe left/right if using a mobile device