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

Method transition

plotly/graph_objs/_layout.py:1950–1964  ·  view source on GitHub ↗

Sets transition options used during Plotly.react updates. The 'transition' property is an instance of Transition that may be specified as: - An instance of :class:`plotly.graph_objs.layout.Transition` - A dict of string/value properties that will be pass

(self)

Source from the content-addressed store, hash-verified

1948
1949 @property
1950 def transition(self):
1951 """
1952 Sets transition options used during Plotly.react updates.
1953
1954 The 'transition' property is an instance of Transition
1955 that may be specified as:
1956 - An instance of :class:`plotly.graph_objs.layout.Transition`
1957 - A dict of string/value properties that will be passed
1958 to the Transition constructor
1959
1960 Returns
1961 -------
1962 plotly.graph_objs.layout.Transition
1963 """
1964 return self["transition"]
1965
1966 @transition.setter
1967 def transition(self, val):

Callers 15

PnFunction · 0.45
_rFunction · 0.45
XrFunction · 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
faFunction · 0.45
bFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected