summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-23 11:54:29 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-23 11:54:29 +0200
commitd73c87318a7dfc35413053c4ceda5638c805056c (patch)
tree2b7238f4f30f5fe517c7a4f8f7649fcace7378a0
parent9cc3fcf8800751c2841134d4aca0e7af3478f3a3 (diff)
downloadtime-of-crisis-d73c87318a7dfc35413053c4ceda5638c805056c.tar.gz
Don't flash cards into place with opacity.
-rw-r--r--play.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/play.js b/play.js
index 87d7a58..c8cc2d5 100644
--- a/play.js
+++ b/play.js
@@ -34,14 +34,6 @@ function animate_position(e) {
{ duration: 250, easing: "ease" }
)
}
- } else {
- e.animate(
- [
- { opacity: 0 },
- { opacity: 1 }
- ],
- { duration: 250, easing: "ease" }
- )
}
}
}