I have a number of basic opacity transitions along the lines of
emp_line.transition()
.duration(1250)
.attr('opacity', 1)
However, when I run them, often these items will flash to full opacity and then back to none and fade in. Is there any way to prevent this content flickering?