All Prompts
All Prompts

backgroundanimatedwavesvantathree.jsoverlayresponsive
Animated Waves Background with Vanta.js
Интерактивный анимированный фон волн с Vanta.js и Three.js. Адаптивный, настраиваемый, для hero-секций и полноэкранных фонов.
Prompt
<div id="vanta-bg" class="absolute inset-0 z-0 opacity-60">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.waves.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
VANTA.WAVES({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x0055ff,
shininess: 35.00,
waveHeight: 15.00,
waveSpeed: 0.75,
zoom: 0.65
});
});
</script>
</div>