MCPcopy Create free account
hub / github.com/BloombergGraphics/whatiscode / paulTalk

Function paulTalk

modules/tinder/tinder.js:103–117  ·  view source on GitHub ↗
(txt)

Source from the content-addressed store, hash-verified

101 }
102
103 function paulTalk(txt) {
104 choiceButtons
105 .style("opacity",0.3)
106 .classed("nohover", true)
107 .on("click", false);
108
109 talkbubble.html(txt);
110
111 arrowBox.transition().duration(300).style("opacity",1);
112 pbotHolder.transition().duration(300).style("opacity",1);
113
114 if (stepCount+1 == codeSamples.length) {
115 ok.text("")
116 }
117 }
118
119 function makeChoice() {
120 var el = d3.select(this);

Callers 1

makeChoiceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected