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 fdba659 commit 2b74a4fCopy full SHA for 2b74a4f
spock-website/index.html
@@ -287,6 +287,7 @@ <h3 class="text-xl font-semibold text-center mb-4 text-gray-100">Example Test Ou
287
duration: 800, // Animation duration
288
once: true, // Whether animation should happen only once - while scrolling down
289
offset: 50, // Offset (in px) from the original trigger point
290
+ disable: new URLSearchParams(window.location.search).get('disableaos') !== null,
291
});
292
</script>
293
0 commit comments