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

Function hasTransition

src/traces/bar/plot.js:87–89  ·  view source on GitHub ↗
(transitionOpts)

Source from the content-addressed store, hash-verified

85}
86
87function hasTransition(transitionOpts) {
88 return transitionOpts && transitionOpts.duration > 0;
89}
90
91function plot(gd, plotinfo, cdModule, traceLayer, opts, makeOnCompleteCallback) {
92 var xa = plotinfo.xaxis;

Callers 2

transitionFunction · 0.70
plotFunction · 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…