MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / nodeAdded

Function nodeAdded

plugins/UiPluginManager/media/js/all.js:466–477  ·  view source on GitHub ↗
(vNode, transitions)

Source from the content-addressed store, hash-verified

464 return -1;
465 };
466 var nodeAdded = function (vNode, transitions) {
467 if (vNode.properties) {
468 var enterAnimation = vNode.properties.enterAnimation;
469 if (enterAnimation) {
470 if (typeof enterAnimation === 'function') {
471 enterAnimation(vNode.domNode, vNode.properties);
472 } else {
473 transitions.enter(vNode.domNode, vNode.properties, enterAnimation);
474 }
475 }
476 }
477 };
478 var nodeToRemove = function (vNode, transitions) {
479 var domNode = vNode.domNode;
480 if (vNode.properties) {

Callers 1

updateChildrenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected