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