MCPcopy Index your code
hub / github.com/plotly/plotly.js / transition

Function transition

src/traces/scatter/plot.js:124–126  ·  view source on GitHub ↗
(selection)

Source from the content-addressed store, hash-verified

122 var hasTransition = !!transitionOpts && transitionOpts.duration > 0;
123
124 function transition(selection) {
125 return hasTransition ? selection.transition() : selection;
126 }
127
128 var xa = plotinfo.xaxis;
129 var ya = plotinfo.yaxis;

Callers 3

plotOneFunction · 0.70
clearFillFunction · 0.70
makePointsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…