Skip to content
Snippets Groups Projects
Commit b8deae94 authored by Christopher Pietsch's avatar Christopher Pietsch
Browse files

fixed tags exit animation

parent 3b46febd
No related branches found
No related tags found
No related merge requests found
......@@ -230,8 +230,8 @@ function Tags() {
// .transition()
// .duration(500)
.style("opacity", 0)
.transition()
.duration(500)
// .transition()
// .duration(500)
.remove();
if(words.length === 0) return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment