家
アクアスケイパー、アンバサダーの皆様
アクアリウムレイアウトコンテストの編成
製品
イベント&プロモーション映像
カタログ
ダウンロード
代理店
証明書
保証について
After Sales Service
マックスライトとは
ログイン
アカウントを作成する
検索
アクアリウムライト(照明器具)
CO2 関連商品
その他関連商品
家
アクアスケイパー、アンバサダーの皆様
アクアリウムレイアウトコンテストの編成
製品
イベント&プロモーション映像
カタログ
ダウンロード
代理店
証明書
保証について
After Sales Service
マックスライトとは
検索
あなたのカート
カートを閉じる
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); });
検索
選択範囲を選択すると、ページ全体が更新されます。
スペース キーを押してから矢印キーを押して、選択を行います。
左/右矢印を使用してスライドショーをナビゲートするか、モバイルデバイスを使用している場合は左/右にスワイプします