summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" }
- )
}
}
}