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)
| 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): |
no outgoing calls
no test coverage detected