We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a712785 commit 345837aCopy full SHA for 345837a
1 file changed
routemaster/config/visualisation.html
@@ -75,11 +75,6 @@
75
.selector('.gate')
76
.css({
77
'background-color': 'lightBlue',
78
- })
79
- .selector('.faded')
80
- .css({
81
- 'opacity': 0.25,
82
- 'text-opacity': 0
83
}),
84
85
elements: state_machine_config,
@@ -99,20 +94,6 @@
99
94
transform: function ( node, position ){ return position; } // transform a given node position. Useful for changing flow direction in discrete layouts
100
95
}
101
96
});
102
-
103
-// cy.on('tap', 'node', function(e){
104
-// var node = e.cyTarget;
105
-// var neighborhood = node.neighborhood().add(node);
106
-//
107
-// cy.elements().addClass('faded');
108
-// neighborhood.removeClass('faded');
109
-// });
110
111
-// cy.on('tap', function(e){
112
-// if( e.cyTarget === cy ){
113
-// cy.elements().removeClass('faded');
114
-// }
115
116
97
</script>
117
98
</body>
118
</html>
0 commit comments