Skip to content

Commit

Permalink
hide tap to turn on text when proxy is running
Browse files Browse the repository at this point in the history
  • Loading branch information
tmgrask committed Dec 13, 2024
1 parent f641bc6 commit 9b2b4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ConduitOrbToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export function ConduitOrbToggle({
cancelAnimation(orbColorsIndex);
orbColorsIndex.value = withTiming(4, { duration: 2000 });
dotsOpacity.value = withTiming(1, { duration: 1000 });
tapToTurnOnInstructionOpacity.value = withTiming(0, { duration: 500 });
}

function animateTurnOffProxy() {
Expand Down

0 comments on commit 9b2b4f1

Please # to comment.