summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/js/transitions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/js/transitions.js b/assets/js/transitions.js
index e902a40..0ffdacd 100644
--- a/assets/js/transitions.js
+++ b/assets/js/transitions.js
@@ -38,6 +38,7 @@ if (noise && displacement) {
transitionIn()
const links = document.querySelectorAll("a");
links.forEach(l => {
+ if (l.hasAttribute("no-transition")) return;
if (l.href.startsWith(location.origin)) {
l.addEventListener("click", (e)=>{
e.preventDefault()