All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.transition.remove.js Maven / Gradle / Ivy

import "transition";

d3_transitionPrototype.remove = function() {
  var ns = this.namespace;
  return this.each("end.transition", function() {
    var p;
    if (this[ns].count < 2 && (p = this.parentNode)) p.removeChild(this);
  });
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy