We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e297ef commit 4a6ccd6Copy full SHA for 4a6ccd6
index.html
@@ -481,7 +481,7 @@ <h3>Other Series:</h3>
481
<script>
482
// JavaScript for Feedback Animation
483
// --- FEATURE FLAG ---
484
- const enableFeedbackAnimation = true; // Set to 'false' to hide the animation, 'true' to show it.
+ const enableFeedbackAnimation = false; // Set to 'false' to hide the animation, 'true' to show it.
485
// --------------------
486
487
const feedbacks = [
@@ -531,4 +531,4 @@ <h3>Other Series:</h3>
531
});
532
</script>
533
</body>
534
-</html>
+</html>
0 commit comments