Searched refs:wipeIn (Results 1 – 5 of 5) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Graph.js | 3078 Graph.prototype.createWipeAnimations = function(cells, wipeIn) argument 3093 animations.push(this.createEdgeWipeAnimation(state, wipeIn)); 3098 animations.push(this.createVertexWipeAnimation(state, wipeIn)); 3109 Graph.prototype.createEdgeWipeAnimation = function(state, wipeIn) argument 3124 if (!wipeIn) 3173 Graph.setOpacityForNodes(this.getNodesForCells([state.cell]), (wipeIn) ? 1 : 0); 3182 Graph.prototype.createVertexWipeAnimation = function(state, wipeIn) argument 3193 if (!wipeIn) 3224 Graph.setOpacityForNodes(this.getNodesForCells([state.cell]), (wipeIn) ? 1 : 0);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Editor.js | 6833 if (action.wipeIn != null) 6836 this.getCellsForAction(action.wipeIn, true), true));
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 3302 …),1,0,m,c?0:n.fadeOut.delay));null!=n.wipeIn&&(q=q.concat(this.createWipeAnimations(this.getCellsF…
|
H A D | viewer-static.min.js | 3302 …),1,0,m,c?0:n.fadeOut.delay));null!=n.wipeIn&&(q=q.concat(this.createWipeAnimations(this.getCellsF…
|
H A D | app.min.js | 10634 …),1,0,g,f?0:k.fadeOut.delay));null!=k.wipeIn&&(q=q.concat(this.createWipeAnimations(this.getCellsF…
|