mirror of
https://github.com/milk-net/milk-net.github.io.git
synced 2025-04-19 17:43:42 -05:00
Create waves.js
This commit is contained in:
parent
c3f9bbee89
commit
3d67e3dc65
1 changed files with 15 additions and 0 deletions
15
assets/waves.js
Normal file
15
assets/waves.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
<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>
|
||||
VANTA.WAVES({
|
||||
el: "#waves",
|
||||
mouseControls: true,
|
||||
touchControls: true,
|
||||
gyroControls: false,
|
||||
minHeight: 200.00,
|
||||
minWidth: 200.00,
|
||||
scale: 1.00,
|
||||
scaleMobile: 1.00,
|
||||
color: 0x1b1b1b
|
||||
})
|
||||
</script>
|
Loading…
Add table
Reference in a new issue