Closed jquense closed 6 years ago
in the removeNode() method the 'fade:seq' animation will fail on Native labels while trying to call the clearLabels() method that doesn't exist.
very frustrating....
viz.fx.animate($.merge(options, { modes: ['node-property:alpha'], onComplete: function() { that.removeNode(n, { type: 'nothing' }); viz.labels.clearLabels(); viz.reposition(); viz.fx.animate($.merge(options, { modes: ['linear'] })); } }));
in the removeNode() method the 'fade:seq' animation will fail on Native labels while trying to call the clearLabels() method that doesn't exist.
very frustrating....
viz.fx.animate($.merge(options, { modes: ['node-property:alpha'], onComplete: function() { that.removeNode(n, { type: 'nothing' }); viz.labels.clearLabels(); viz.reposition(); viz.fx.animate($.merge(options, { modes: ['linear'] })); } }));