MCPcopy Index your code
hub / github.com/plotly/plotly.py / duration

Method duration

plotly/graph_objs/layout/_transition.py:14–26  ·  view source on GitHub ↗

The duration of the transition, in milliseconds. If equal to zero, updates are synchronous. The 'duration' property is a number and may be specified as: - An int or float in the interval [0, inf] Returns ------- int|float

(self)

Source from the content-addressed store, hash-verified

12
13 @property
14 def duration(self):
15 """
16 The duration of the transition, in milliseconds. If equal to
17 zero, updates are synchronous.
18
19 The 'duration' property is a number and may be specified as:
20 - An int or float in the interval [0, inf]
21
22 Returns
23 -------
24 int|float
25 """
26 return self["duration"]
27
28 @duration.setter
29 def duration(self, val):

Callers 15

PnFunction · 0.45
aFunction · 0.45
"src/lib/notifier.js"Function · 0.45
"src/lib/index.js"Function · 0.45
feFunction · 0.45
qtFunction · 0.45
VFunction · 0.45
fFunction · 0.45
dFunction · 0.45
ZeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected