Skip to content

Commit

Permalink
Turn on gyro support for bg animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-fork committed Nov 2, 2023
1 parent 25febe2 commit 8fbba93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VANTA.HALO({
el: "#halo",
mouseControls: true,
touchControls: true,
gyroControls: false,
gyroControls: true,
minHeight: 200.0,
minWidth: 200.0,
baseColor: "#f11a7b",
Expand Down

0 comments on commit 8fbba93

Please sign in to comment.