From d73c87318a7dfc35413053c4ceda5638c805056c Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 23 Oct 2023 11:54:29 +0200 Subject: Don't flash cards into place with opacity. --- play.js | 8 -------- 1 file changed, 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" } - ) } } } -- cgit v1.2.3