From b572b155febe2357b19d1e4b9fc49bd11e8e8bf1 Mon Sep 17 00:00:00 2001 From: Christopher Pietsch <cpietsch@gmail.com> Date: Sat, 24 Aug 2019 11:44:15 +0200 Subject: [PATCH] fixed tags exit animation --- js/tags.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/tags.js b/js/tags.js index a651dd5..0bd17c1 100644 --- a/js/tags.js +++ b/js/tags.js @@ -206,8 +206,8 @@ function Tags() { // .transition() // .duration(500) .style("opacity", 0) - .transition() - .duration(500) + // .transition() + // .duration(500) .remove(); if(words.length === 0) return -- GitLab