Skip to content
Snippets Groups Projects

Resolve "As a user, I want to see all trails across a town and seamlessly move between them."

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -68,9 +68,12 @@
}
if (active == null) {
unfade(clicked)
clicked.style.display="block"
} else if (active !== clicked) {
fade(active);
active.style.display="none"
unfade(clicked)
clicked.style.display="block"
}
}
Loading